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,
"default_locale": "en",
"minimum_chrome_version": "116",
"name": "Voiceitt: Speech-To-Text for Non-Standard Speakers",
"version": "0.0.24",
"description": "Accessible Speech-to-Text for people with non-standard speech. Link your Voiceitt account to dictate.",
"permissions": [
"offscreen",
"tabs",
"storage",
"activeTab",
"scripting",
"identity"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"*:\/\/*\/",
"<all_urls>"
],
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_icon": "icons\/BarIcon-Off.png"
},
"oauth2": {
"client_id": "775494315233-8lsv0o2jihbagtgq2ag2nnnflcj00714.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"openid"
]
},
"commands": {
"_execute_action": {
"suggested_key": {
"windows": "Alt+R",
"mac": "Alt+R",
"chromeos": "Alt+R",
"linux": "Alt+R",
"default": "Alt+R"
}
}
},
"icons": {
"128": "icons\/icon-128.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"src\/pages\/contentInjected\/index.js"
],
"all_frames": true,
"match_about_blank": true,
"css": [
"assets\/css\/contentStyle1765537881402.chunk.css"
]
},
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"<all_urls>"
],
"js": [
"src\/pages\/contentUI\/index.js"
]
}
],
"devtools_page": "src\/pages\/devtools\/index.html",
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"icons\/icon-128.png",
"icons\/BarIcon-Off.png",
"\/icons\/BarIcon-On.png",
"icons\/BarIcon-NA.png"
],
"matches": [
"*:\/\/*\/*"
]
}
]
}