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": "Scribe-a-saurus - Speech-To-Text Dictation",
"version": "1.10",
"description": "Transcribe your speech to text instantly. Speak, and see your words on screen with one click.",
"permissions": [
"identity",
"tabs",
"storage",
"activeTab",
"scripting"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/scribeasaurus.replit.app\/*"
],
"action": {
"default_icon": {
"16": "icons\/inactiveIcon16.png",
"32": "icons\/inactiveIcon32.png",
"48": "icons\/inactiveIcon48.png",
"128": "icons\/inactiveIcon128.png"
}
},
"icons": {
"16": "icons\/activeIcon16.png",
"32": "icons\/activeIcon32.png",
"48": "icons\/activeIcon48.png",
"128": "icons\/activeIcon128.png"
},
"background": {
"service_worker": "background.js"
},
"oauth2": {
"client_id": "495415408636-h60boep9pdlbb6s9bsb0jqpu5oppsu5f.apps.googleusercontent.com",
"scopes": [
"openid",
"email",
"profile"
]
},
"options_page": "settings.html"
}