7 "version": "{{set_version}}",
8 "description": "ChromeVox - Giving Voice to Chrome.",
9 {% if is_guest_manifest == '1' %}
13 {% if use_chromevox_next == '1' %}
14 "page": "cvox2/background/background.html"
16 "page": "chromevox/background/background.html"
20 "accessibilityPrivate",
22 "brailleDisplayPrivate",
23 {% if use_chromevox_next == '1' %}
24 "commands.accessibility",
33 "virtualKeyboardPrivate",
38 "matches": [ "<all_urls>" ],
39 "exclude_globs": [ "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html" ],
42 "chromeVoxChromePageScript.js"
46 "web_accessible_resources": [
47 "chromevox/injected/api.js",
48 "chromevox/injected/api_util.js",
49 "chromevox/injected/mathjax.js",
50 "chromevox/injected/mathjax_external_util.js"
52 {% if use_chromevox_next == '1' %}
58 "description": "Moves to the next element",
60 "chromeos": "Search+Shift+Right"
64 "description": "Moves to the previous element",
66 "chromeos": "Search+Shift+Left"
70 "description": "Moves to the next line",
72 "chromeos": "Search+Shift+Down"
76 "description": "Moves to the previous line",
78 "chromeos": "Search+Shift+Up"
83 "options_page": "chromevox/background/options.html",
84 "default_locale": "en"