Index: chrome/test/data/extensions/platform_apps/storage/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/storage/manifest.json b/chrome/test/data/extensions/platform_apps/storage/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..a005d3935387cfe23314a52011fbb168bd66fa35 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/storage/manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "name": "Platform App Test: loalStorage/WebSQL are disallowed", |
+ "platform_app": true, |
+ "version": "1", |
+ "manifest_version": 2, |
+ "background": { "scripts": ["background.js"] }, |
+ "app": { |
+ "launch": { |
+ "local_path": "main.html", |
+ "container": "shell" |
+ } |
+ } |
+} |