| Index: chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json b/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json
|
| index 725402e92b1f2ac02e89770a649accb1410ddad4..bccbd2fe21b0bae6b7d1fa3e15238e53f0253761 100644
|
| --- a/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/content_scripts/permissions/manifest.json
|
| @@ -2,7 +2,7 @@
|
| "name": "content_scripts/permissions",
|
| "version": "1",
|
| "manifest_version": 2,
|
| - "permissions": ["tabs"],
|
| + "permissions": ["tabs", "*://example.com/*"],
|
| "optional_permissions": ["http://*/*"],
|
| "background": { "scripts": ["background.js"] }
|
| }
|
|
|