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,
"name": "__MSG_extName__",
"default_locale": "en",
"description": "__MSG_extDescription__",
"version": "0.2.2",
"author": {
"email": "[email protected]"
},
"content_security_policy": {
"extension_pages": "default-src 'self'; connect-src https:\/\/script.google.com\/macros\/s\/ https:\/\/script.googleusercontent.com\/macros\/echo https:\/\/translate.googleapis.com\/translate_a\/single https:\/\/*.kappaflow.dev\/; style-src 'self' 'unsafe-inline'; font-src 'self' data:; img-src data:"
},
"commands": {
"listen": {
"description": "Start\/Stop Listening",
"suggested_key": {
"default": "Alt+Shift+1"
}
}
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"side_panel": {
"default_path": "popup.html"
},
"permissions": [
"notifications",
"storage",
"activeTab",
"scripting",
"system.display",
"contextMenus",
"sidePanel"
],
"host_permissions": [
"https:\/\/script.google.com\/macros\/s\/*",
"https:\/\/script.googleusercontent.com\/macros\/*",
"https:\/\/translate.googleapis.com\/translate_a\/*",
"https:\/\/*.kappaflow.dev\/*"
],
"action": {
"default_title": "Extension Menu",
"default_popup": "popup-menu.html"
},
"icons": {
"16": "icon-16.png",
"128": "icon-128.png"
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"web_accessible_resources": [
{
"resources": [
"popup.html",
"options.html"
],
"matches": [
"<all_urls>"
],
"extension_ids": [
"*"
]
}
],
"minimum_chrome_version": "114"
}