Index: chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json b/chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1f36db14187e5fefc172f7e8e57b01bc3d02cdc5 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/sync_file_system/authorization_test/manifest.json |
@@ -0,0 +1,12 @@ |
+{ |
+ "name": "Authorization Test", |
+ "version": "0.0", |
+ "manifest_version": 2, |
+ "description": "end-to-end browser test for authorization behavior of SyncFileSystem", |
+ "permissions": ["syncFileSystem"], |
+ "app": { |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+ } |
+} |