Index: chrome/test/data/extensions/platform_apps/iframes/manifest.json |
diff --git a/chrome/test/data/extensions/platform_apps/iframes/manifest.json b/chrome/test/data/extensions/platform_apps/iframes/manifest.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..e4eeabeb5b675be861b936664747b44996874b11 |
--- /dev/null |
+++ b/chrome/test/data/extensions/platform_apps/iframes/manifest.json |
@@ -0,0 +1,13 @@ |
+{ |
+ "name": "Platform App Test: local iframes are allowed", |
+ "platform_app": true, |
+ "version": "1", |
+ "manifest_version": 2, |
+ "permissions": [ |
+ "experimental", |
+ "windows" |
+ ], |
+ "background": { |
+ "scripts": ["test.js"] |
+ } |
+} |