6 "name": "__MSG_CHROMEVOX_NAME__",
7 "version": "{{set_version}}",
8 "description": "__MSG_CHROMEVOX_DESCRIPTION__",
9 {% if is_guest_manifest == '1' %}
13 {% if is_chromevox_classic == '1' %}
14 "page": "chromevox/background/background.html"
16 "page": "cvox2/background/background.html"
20 "accessibilityPrivate",
22 "brailleDisplayPrivate",
23 "commands.accessibility",
31 "virtualKeyboardPrivate",
36 "matches": [ "<all_urls>" ],
38 "chrome-extension://mndnfokpggljbaajbnioimlmbfngpief/chromevox/background/background.html"
42 {% if is_js_compressed == '1' %}
43 "chromeVoxChromePageScript.js"
45 "closure/closure_preinit.js",
48 "chromevox/injected/loader.js"
53 "web_accessible_resources": [
54 "chromevox/injected/api.js",
55 "chromevox/injected/api_util.js",
56 "chromevox/injected/mathjax.js",
57 "chromevox/injected/mathjax_external_util.js"
59 {% if is_chromevox_classic == '0' %}
65 "description": "__MSG_CHROMEVOX_NEXT_OBJECT__",
67 "chromeos": "Search+Right"
71 "description": "__MSG_CHROMEVOX_PREVIOUS_OBJECT__",
73 "chromeos": "Search+Left"
77 "description": "__MSG_CHROMEVOX_NEXT_CHARACTER__",
79 "chromeos": "Search+Shift+Right"
82 "previousCharacter": {
83 "description": "__MSG_CHROMEVOX_PREVIOUS_CHARACTER__",
85 "chromeos": "Search+Shift+Left"
89 "description": "__MSG_CHROMEVOX_NEXT_WORD__",
91 "chromeos": "Search+Ctrl+Shift+Right"
95 "description": "__MSG_CHROMEVOX_PREVIOUS_WORD__",
97 "chromeos": "Search+Ctrl+Shift+Left"
101 "description": "__MSG_CHROMEVOX_NEXT_LINE__",
103 "chromeos": "Search+Down"
107 "description": "__MSG_CHROMEVOX_PREVIOUS_LINE__",
109 "chromeos": "Search+Up"
113 "description": "__MSG_CHROMEVOX_NEXT_LINK__",
115 "chromeos": "Search+L"
119 "description": "__MSG_CHROMEVOX_PREVIOUS_LINK__",
121 "chromeos": "Search+Shift+L"
125 "description": "__MSG_CHROMEVOX_NEXT_HEADING__",
127 "chromeos": "Search+H"
131 "description": "__MSG_CHROMEVOX_PREVIOUS_HEADING__",
133 "chromeos": "Search+Shift+H"
137 "description": "__MSG_CHROMEVOX_JUMP_TO_TOP__",
139 "chromeos": "Search+Ctrl+Left"
143 "description": "__MSG_CHROMEVOX_JUMP_TO_BOTTOM__",
145 "chromeos": "Search+Ctrl+Right"
149 "description": "__MSG_CHROMEVOX_PERFORM_DEFAULT_ACTION__",
151 "chromeos": "Search+Space"
154 "toggleChromeVoxVersion": {
155 "description": "__MSG_CHROMEVOX_TOGGLE_CHROMEVOX__",
157 "chromeos": "Search+Ctrl+Q"
161 "description": "__MSG_CHROMEVOX_READ_FROM_HERE__",
163 "chromeos": "Search+R"
168 "options_page": "chromevox/background/options.html",
169 "default_locale": "en"