| Index: chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| diff --git a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2 b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| index 4f223a930b350c363d185e43eac739d13013eee3..7cc62e0c0d6b52c110f21971f058348d141f8079 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| +++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| @@ -33,12 +33,11 @@
|
| "virtualKeyboardPrivate",
|
| "<all_urls>"
|
| ],
|
| +{% if is_chromevox_next == '0' %}
|
| "content_scripts": [
|
| {
|
| "matches": [ "<all_urls>" ],
|
| - "exclude_globs": [
|
| - "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html"
|
| - ],
|
| + "exclude_globs": [ "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html" ],
|
| "all_frames": true,
|
| "js": [
|
| {% if is_js_compressed == '1' %}
|
| @@ -52,6 +51,7 @@
|
| ]
|
| }
|
| ],
|
| +{% endif %}
|
| "web_accessible_resources": [
|
| "chromevox/injected/api.js",
|
| "chromevox/injected/api_util.js",
|
|
|