Index: chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json |
diff --git a/chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json b/chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json |
index c69c40f53c02a00087493165bbbf5862236a437c..16178efc8af432dd6743a89e8245533eec30059a 100644 |
--- a/chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json |
+++ b/chrome/test/data/extensions/api_test/extension_resource_request_policy/web_accessible/manifest.json |
@@ -1,10 +1,11 @@ |
-{ |
- "manifest_version": 2, |
- "name": "web_accessible", |
- "version": "0.1", |
- "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPOziAf8MbTjdUo6DysZ4nAU/2f/kwYnftyKkxI1GyTlbStprGy+Y2ek4/59QbE3xEE+dIIuYeObM4QTptpcFMg956ZLFoeDg41Pg3tzUrbltgG8hXTbBxN852FJx2kdaqa/MKUUsJKGSD5hkUmvZRADGGWhMWzvz64ao1h02xJQIDAQAD", |
- "web_accessible_resources": [ |
- "test.png", |
- "nonexistent.png" |
- ] |
-} |
+{ |
+ "manifest_version": 2, |
+ "name": "web_accessible", |
+ "version": "0.1", |
+ "permissions": [ "http://a.com/*", "http://127.0.0.1/*" ], |
+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDPOziAf8MbTjdUo6DysZ4nAU/2f/kwYnftyKkxI1GyTlbStprGy+Y2ek4/59QbE3xEE+dIIuYeObM4QTptpcFMg956ZLFoeDg41Pg3tzUrbltgG8hXTbBxN852FJx2kdaqa/MKUUsJKGSD5hkUmvZRADGGWhMWzvz64ao1h02xJQIDAQAD", |
+ "web_accessible_resources": [ |
+ "test.png", |
+ "nonexistent.png" |
+ ] |
+} |