blob: 78658c9557919968d90b33b23f54ec21480a6d08 [file] [log] [blame]
{
{% if key is defined %}
"key": "{{key}}",
{% endif %}
"manifest_version": 2,
"name": "TODO: Translated Switch access name",
"version": "{{set_version}}",
"description": "TODO: Translated Switch access description",
{% if is_guest_manifest == '1' %}
"incognito": "split",
{% endif %}
"background": {
"scripts": [
"auto_scan_manager.js",
"switch_access_predicate.js",
"closure_shim.js",
"commands.js",
"constants.js",
"keyboard_handler.js",
"menu_manager.js",
"message_handler.js",
"navigation_manager.js",
"prefs.js",
"switch_access.js",
"text_input_manager.js",
"tree_walker.js",
"background.js"
]
},
"permissions": [
"accessibilityPrivate",
"storage",
"tabs"
],
"automation": {
"desktop": true
},
"options_page": "options.html"
}