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": "Speech to Text",
"description": "Speak or just copy and paste to create a note. Choose a background or load your own, choose a font and then print. ",
"version": "0.1.4",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"background": [
{
"scripts": [
"mytexts.js",
"mytext.js"
]
}
],
"action": {
"default_icon": "icon.png",
"default_popup": "mybooks.html"
},
"permissions": [
"audioCapture"
]
}