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",
"action": {
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_popup": "popup.html"
},
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"js": [
"content.js"
],
"matches": [
"<all_urls>"
]
}
],
"description": "Convert speech and audio to text. Use the Refine feature to correct grammar, spelling, and punctuation errors.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"manifest_version": 3,
"name": "Text N Speech",
"permissions": [
"activeTab",
"storage"
],
"host_permissions": [
"<all_urls>",
"https:\/\/speechie-server-553c13886d67.herokuapp.com\/*"
],
"version": "1.7",
"web_accessible_resources": [
{
"resources": [
"icons\/undo-icon.png",
"scripts\/jquery-3.6.0.min.js",
"scripts\/bootstrap.bundle.min.js",
"scripts\/wavesurfer.min.js"
],
"matches": [
"<all_urls>"
]
}
]
}