Chromium Code Reviews| Index: chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json |
| diff --git a/chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json b/chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..6bb65e4a7073490956a8fa67d6a49b9706bc6ced |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/platform_apps/launch_whitelisted_ext_with_file/manifest.json |
| @@ -0,0 +1,20 @@ |
| +{ |
| + "name": "Platform App Launch Test", |
| + "version": "1", |
| + "manifest_version": 2, |
| + "file_handlers": { |
| + "text": { |
| + "extensions": [ |
| + "txt" |
| + ], |
| + "title": "Test editor" |
| + } |
| + }, |
| + "background": { |
| + "scripts": ["test.js"] |
| + }, |
| + "permissions": [ |
| + "fileSystem" |
| + ], |
| + "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC4zyYTii0VTKI7W2U6fDeAvs3YCVZeAt7C62IC64IDCMHvWy7SKMpOPjfg5v1PgYkFm+fGsCsVLN8NaF7fzYMVtjLc5bqhqPAi56Qidrqh1HxPAAYhwFQd5BVGhZmh1fySHXFPE8VI2tIHwRrASOtx67jbSEk4nBAcJz6n+eGq8QIDAQAB" |
| +} |