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_appName__",
"description": "__MSG_shortDesc__",
"default_locale": "en",
"version": "1.15.0",
"permissions": [
"tabs",
"system.display",
"storage"
],
"background": {
"service_worker": "background.min.js"
},
"action": {
"default_title": "Dictation App"
},
"icons": {
"16": "assets\/16x16.png",
"48": "assets\/48x48.png",
"128": "assets\/128x128.png"
},
"commands": {
"toggle-recording": {
"suggested_key": {
"default": "Alt+G",
"mac": "Alt+G"
},
"description": "Toggle recording and focus popup"
}
}
}