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_name__",
"version": "1.0.4",
"description": "__MSG_description__",
"default_locale": "en",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"commands": {
"toggle-panel": {
"suggested_key": {
"default": "Ctrl+Shift+U",
"mac": "Command+Shift+U"
},
"description": "Toggle panel"
}
},
"permissions": [
"storage",
"activeTab",
"scripting"
],
"web_accessible_resources": [
{
"resources": [
"panel.js",
"styles.css",
"speech.js",
"draggable.js",
"helper.js",
"_locales\/*\/*"
],
"matches": [
"<all_urls>"
]
}
],
"action": {
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"default_popup": "popup.html"
}
}