| Index: chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| diff --git a/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json b/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| index f65eb234ad3a8b2be15d24ab16c141ec4ac74d36..102eb4579ab21606bd8c9843eb8d99b17bf6a735 100644
|
| --- a/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| +++ b/chrome/test/data/extensions/api_test/clipboard/extension/manifest.json
|
| @@ -6,5 +6,11 @@
|
| "background": {
|
| "page": "test.html"
|
| },
|
| - "permissions": ["clipboardRead"]
|
| + "permissions": ["clipboardRead", "clipboardWrite", "http://localhost/*"],
|
| + "content_scripts": [
|
| + {
|
| + "matches": ["http://*/*test_file_with_body.html"],
|
| + "js": ["content_script.js"]
|
| + }
|
| + ]
|
| }
|
|
|