| 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 5bfabfe6e04aae4f903c858f598c4b7abc6d8ea7..c7e43e4b9549a3b633eb25dd619c03684f434495 100644
|
| --- a/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| +++ b/chrome/browser/resources/chromeos/chromevox/manifest.json.jinja2
|
| @@ -10,7 +10,11 @@
|
| "incognito": "split",
|
| {% endif %}
|
| "background": {
|
| +{% if is_chromevox_classic == '1' %}
|
| + "page": "chromevox/background/background.html"
|
| +{% else %}
|
| "page": "cvox2/background/background.html"
|
| +{% endif %}
|
| },
|
| "permissions": [
|
| "accessibilityPrivate",
|
| @@ -52,10 +56,10 @@
|
| "chromevox/injected/mathjax.js",
|
| "chromevox/injected/mathjax_external_util.js"
|
| ],
|
| +{% if is_chromevox_classic == '0' %}
|
| "automation": {
|
| "desktop": true
|
| },
|
| -{% if is_chromevox_classic == '0' %}
|
| "commands": {
|
| "nextElement": {
|
| "description": "__MSG_CHROMEVOX_NEXT_OBJECT__",
|
|
|