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",
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"version": "1",
"default_locale": "en",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "speaktor-icon-16x16.png",
"48": "speaktor-icon-48x48.png",
"128": "speaktor-icon-128x128.png"
},
"action": {
"default_popup": "popup.html"
},
"host_permissions": [
"https:\/\/app.speaktor.com\/*",
"https:\/\/speaktor.com\/*",
"https:\/\/transkriptor.com\/*"
]
}