| 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 4bfa94bfd26d32fd0e723d854132fc2e7984a7f0..e02b777eb18d3388e947da6348b26f4937c064ab 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| +++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| @@ -33,11 +33,12 @@
|
| "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' %}
|
| @@ -51,7 +52,6 @@
|
| ]
|
| }
|
| ],
|
| -{% endif %}
|
| "web_accessible_resources": [
|
| "chromevox/injected/api.js",
|
| "chromevox/injected/api_util.js",
|
|
|