6 "name": "__MSG_CHROMEVOX_NAME__",
7 "version": "{{set_version}}",
8 "description": "__MSG_CHROMEVOX_DESCRIPTION__",
9 {% if is_guest_manifest == '1' %}
13 "page": "cvox2/background/background.html"
16 "accessibilityPrivate",
18 "brailleDisplayPrivate",
19 "commands.accessibility",
27 "virtualKeyboardPrivate",
32 "matches": [ "<all_urls>" ],
34 "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html"
38 {% if is_js_compressed == '1' %}
39 "chromeVoxChromePageScript.js"
41 "closure/closure_preinit.js",
44 "chromevox/injected/loader.js"
49 "web_accessible_resources": [
50 "chromevox/injected/api.js",
51 "chromevox/injected/api_util.js",
52 "chromevox/injected/mathjax.js",
53 "chromevox/injected/mathjax_external_util.js"
58 {% if is_chromevox_classic == '0' %}
61 "description": "__MSG_CHROMEVOX_NEXT_OBJECT__",
63 "chromeos": "Search+Right"
67 "description": "__MSG_CHROMEVOX_PREVIOUS_OBJECT__",
69 "chromeos": "Search+Left"
73 "description": "__MSG_CHROMEVOX_NEXT_CHARACTER__",
75 "chromeos": "Search+Shift+Right"
78 "previousCharacter": {
79 "description": "__MSG_CHROMEVOX_PREVIOUS_CHARACTER__",
81 "chromeos": "Search+Shift+Left"
85 "description": "__MSG_CHROMEVOX_NEXT_WORD__",
87 "chromeos": "Search+Ctrl+Shift+Right"
91 "description": "__MSG_CHROMEVOX_PREVIOUS_WORD__",
93 "chromeos": "Search+Ctrl+Shift+Left"
97 "description": "__MSG_CHROMEVOX_NEXT_LINE__",
99 "chromeos": "Search+Down"
103 "description": "__MSG_CHROMEVOX_PREVIOUS_LINE__",
105 "chromeos": "Search+Up"
109 "description": "__MSG_CHROMEVOX_NEXT_LINK__",
111 "chromeos": "Search+L"
115 "description": "__MSG_CHROMEVOX_PREVIOUS_LINK__",
117 "chromeos": "Search+Shift+L"
121 "description": "__MSG_CHROMEVOX_NEXT_HEADING__",
123 "chromeos": "Search+H"
127 "description": "__MSG_CHROMEVOX_PREVIOUS_HEADING__",
129 "chromeos": "Search+Shift+H"
133 "description": "__MSG_CHROMEVOX_JUMP_TO_TOP__",
135 "chromeos": "Search+Ctrl+Left"
139 "description": "__MSG_CHROMEVOX_JUMP_TO_BOTTOM__",
141 "chromeos": "Search+Ctrl+Right"
145 "description": "__MSG_CHROMEVOX_PERFORM_DEFAULT_ACTION__",
147 "chromeos": "Search+Space"
150 "toggleChromeVoxVersion": {
151 "description": "__MSG_CHROMEVOX_TOGGLE_CHROMEVOX__",
153 "chromeos": "Search+Ctrl+Q"
157 "description": "__MSG_CHROMEVOX_READ_FROM_HERE__",
159 "chromeos": "Search+R"
164 "options_page": "chromevox/background/options.html",
165 "default_locale": "en"