blob: 7b47e46e1b1e7750496353767130255eca7bdec3 [file] [log] [blame]
{
{% if key is defined %}
"key": "{{key}}",
{% endif %}
"manifest_version": 2,
"name": "__MSG_SWITCH_ACCESS_NAME__",
"version": "{{set_version}}",
"description": "__MSG_SWITCH_ACCESS_DESCRIPTION__",
{% if is_guest_manifest == '1' %}
"incognito": "split",
{% endif %}
"background": {
"scripts": [
"auto_scan_manager.js",
"back_button_manager.js",
"closure_shim.js",
"commands.js",
"constants.js",
"event_helper.js",
"focus_ring_manager.js",
"menu_manager.js",
"navigation_manager.js",
"preferences.js",
"rect_helper.js",
"switch_access.js",
"switch_access_constants.js",
"switch_access_predicate.js",
"text_input_manager.js",
"text_navigation_manager.js",
"tree_walker.js",
"background.js"
]
},
"permissions": [
"accessibilityPrivate",
"clipboard",
"clipboardRead",
"commandLinePrivate",
"settingsPrivate",
"tabs"
],
"automation": {
"desktop": true
},
"default_locale": "en"
}