blob: 5106ce08f1fba5b43e29be2742adbd772355073c [file] [log] [blame]
{
{%if key is defined %}
"key": "{{key}}",
{% endif %}
"manifest_version": 3,
"name": "Accessibility Helper",
"version": "{{set_version}}",
"description": "Provides support for Ash accessibility features from non-Ash browsers",
"permissions": [
"scripting"
],
"incognito": "split",
"content_scripts": [
{
"matches": [ "https://docs.google.com/document*",
"https://docs.sandbox.google.com/document*" ],
"all_frames": true,
"js": [
"embedded_a11y_helper/content.js"
],
"run_at": "document_start"
}
],
"host_permissions": [
"https://docs.google.com/document*",
"https://docs.sandbox.google.com/document*"
],
"web_accessible_resources": [
{
"resources": ["embedded_a11y_helper/gdocs_script.js"],
"matches": [ "https://docs.google.com/*",
"https://docs.sandbox.google.com/*" ]
}
]
}