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",
"version": "0.1",
"manifest_version": 3,
"short_name": "speech-to-text-engine",
"permissions": [
"storage",
"contextMenus"
],
"name": "Speech To Text Engine",
"homepage_url": "https:\/\/worldaddons.com\/speech-to-text-engine\/",
"description": "For your browser, there's an easy-to-use speech synthesis and analysis program!",
"commands": {
"_execute_action": []
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_title": "Speech To Text Engine",
"default_icon": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png"
}
},
"icons": {
"16": "source\/icons\/16.png",
"32": "source\/icons\/32.png",
"48": "source\/icons\/48.png",
"64": "source\/icons\/64.png",
"128": "source\/icons\/128.png"
}
}