Index: chrome/test/data/extensions/permissions/platform_app_hosts.json |
diff --git a/chrome/test/data/extensions/permissions/platform_app_hosts.json b/chrome/test/data/extensions/permissions/platform_app_hosts.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..1b08d3bc8ac74d92e0a0844b0a5e23b4802eb45b |
--- /dev/null |
+++ b/chrome/test/data/extensions/permissions/platform_app_hosts.json |
@@ -0,0 +1,11 @@ |
+{ |
+ "name": "Platform app hosts", |
+ "version": "1.0", |
+ "manifest_version": 2, |
+ "app": { |
+ "background": { |
+ "scripts": ["doesnt_exist.js"] |
+ } |
+ }, |
+ "permissions": ["http://google.com/"] |
+} |