| 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..11b72256dc3a549fcf4ec04918034039091d6efd 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| +++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| @@ -10,19 +10,13 @@
|
| "incognito": "split",
|
| {% endif %}
|
| "background": {
|
| -{% if is_chromevox_next == '1' %}
|
| "page": "cvox2/background/background.html"
|
| -{% else %}
|
| - "page": "chromevox/background/background.html"
|
| -{% endif %}
|
| },
|
| "permissions": [
|
| "accessibilityPrivate",
|
| "bookmarks",
|
| "brailleDisplayPrivate",
|
| -{% if is_chromevox_next == '1' %}
|
| "commands.accessibility",
|
| -{% endif %}
|
| "commandLinePrivate",
|
| "experimental",
|
| "history",
|
| @@ -58,7 +52,6 @@
|
| "chromevox/injected/mathjax.js",
|
| "chromevox/injected/mathjax_external_util.js"
|
| ],
|
| -{% if is_chromevox_next == '1' %}
|
| "automation": {
|
| "desktop": true
|
| },
|
| @@ -160,7 +153,6 @@
|
| }
|
| }
|
| },
|
| -{% endif %}
|
| "options_page": "chromevox/background/options.html",
|
| "default_locale": "en"
|
| }
|
|
|