Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"default_locale": "en",
"name": "__MSG_extensionName__",
"browser_specific_settings": {
"gecko": {
"id": "main@voxwrite",
"strict_min_version": "109.0"
}
},
"version": "1.0.4",
"description": "__MSG_extensionDescription__",
"host_permissions": [
"<all_urls>"
],
"permissions": [
"storage",
"scripting",
"tabs",
"sidePanel",
"contextMenus",
"offscreen"
],
"options_page": "options-voxwrite\/index.html",
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup-voxwrite\/index.html",
"default_icon": "icon-34.png"
},
"side_panel": {
"default_path": "side-panel-voxwrite\/index.html"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"*:\/\/*\/*"
],
"js": [
"content-ui-voxwrite\/all.iife.js"
]
},
{
"matches": [
"https:\/\/voxwrite.app\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
],
"web_accessible_resources": [
{
"resources": [
"*.js",
"*.css",
"*.svg",
"icon-128.png",
"icon-34.png",
"permission.html",
"requestPermission.js"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}