Chromium Code Reviews| Index: chrome/test/data/extensions/manifest_tests/background_allow_no_js_access2.json |
| diff --git a/chrome/test/data/extensions/manifest_tests/background_allow_no_js_access2.json b/chrome/test/data/extensions/manifest_tests/background_allow_no_js_access2.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..08243d8f96837501ad01ecec504145d9a22b4280 |
| --- /dev/null |
| +++ b/chrome/test/data/extensions/manifest_tests/background_allow_no_js_access2.json |
| @@ -0,0 +1,18 @@ |
| +{ |
| + "name": "test", |
| + "version": "1", |
| + "app": { |
| + "urls": [ |
| + "https://www.google.com/mail/" |
| + ], |
| + "launch": { |
| + "web_url": "https://www.google.com/mail/" |
| + } |
| + }, |
| + "permissions": [ |
| + "background" |
| + ], |
| + "background": { |
| + "allow_js_access": false |
| + } |
| +} |