| Index: chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..cae03ef7a4e68c7656a3632b4f314a7a93efe634
|
| --- /dev/null
|
| +++ b/chrome/test/data/extensions/api_test/file_system/get_display_path_prettify_mac/manifest.json
|
| @@ -0,0 +1,15 @@
|
| +{
|
| + "name": "chrome.fileSystem get display path, prettify, mac",
|
| + "version": "0.1",
|
| + "manifest_version": 2,
|
| + "description": "Test for chrome.fileSystem.getDisplayPath on Mac",
|
| + "app": {
|
| + "background": {
|
| + "scripts": ["background.js"]
|
| + }
|
| + },
|
| + "permissions": [
|
| + "experimental",
|
| + "fileSystem"
|
| + ]
|
| +}
|
|
|