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.0.7",
"permissions": [
"storage"
],
"action": {
"default_popup": "src\/popup\/popup.html",
"default_title": "AI Voice to Text",
"default_icon": {
"16": "src\/assets\/icons\/icon16.png",
"48": "src\/assets\/icons\/icon48.png",
"64": "src\/assets\/icons\/icon64.png",
"128": "src\/assets\/icons\/icon128.png"
}
},
"background": {
"service_worker": "src\/background\/service-worker.js",
"type": "module"
},
"icons": {
"16": "src\/assets\/icons\/icon16.png",
"48": "src\/assets\/icons\/icon48.png",
"64": "src\/assets\/icons\/icon64.png",
"128": "src\/assets\/icons\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"src\/setup\/*"
],
"matches": [
"<all_urls>"
]
}
]
}