Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"version": "1.8.7",
"default_locale": "en",
"name": "__MSG_extName__",
"description": "__MSG_extDescription__",
"homepage_url": "https:\/\/usevoicy.com",
"side_panel": {
"default_path": ".\/sidepanel.html"
},
"action": {
"default_title": "Click to open sidepanel",
"default_icon": {
"16": ".\/src\/images\/VoicyLogo.png",
"32": ".\/src\/images\/VoicyLogo.png",
"48": ".\/src\/images\/VoicyLogo.png",
"128": ".\/src\/images\/VoicyLogo2.png"
}
},
"permissions": [
"alarms",
"storage",
"tabs",
"identity",
"offscreen",
"scripting",
"sidePanel"
],
"host_permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"https:\/\/*.googleapis.com\/*",
"https:\/\/api.usevoicy.com\/*"
],
"web_accessible_resources": [
{
"resources": [
"src\/images\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"src\/icons\/*"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"src\/MicAccessPage\/access.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"src\/onboarding\/onboarding.html"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"src\/showMicrophone.js"
],
"matches": [
"<all_urls>"
]
},
{
"resources": [
"_locales\/*\/*.json"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_start",
"all_frames": true,
"css": [
"content.css"
],
"type": "module"
}
],
"background": {
"service_worker": "background.js"
},
"icons": {
"16": "src\/images\/VoicyLogo.png",
"32": "src\/images\/VoicyLogo.png",
"48": "src\/images\/VoicyLogo.png",
"128": "src\/images\/VoicyLogo2.png"
},
"oauth2": {
"client_id": "1066382295952-4612gobqpn7ktvdhl5k1jcthsdo8m5a0.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAqzjEQO\/Vn+CKgLLnf9VP4obWl91qVMDJmn\/khiuCNLjDJD3YYigP2DUwuhS4PDWMeAIlT\/fSyK0eOZBiMEKt9VYMi7vqNBH2fK7wQSdi16a0TmQ0kD3jNe6Dcf+J6lNq7UiPILW83jAqJqmRDw8nMvwFiBD3p18Rzr6CMu5atajGtW9jHmk9YdNk2dR+blL50Ye4\/qSRqEQISlC7Eyyzy5WLh8iwl9QBpgdlCAgDMG6VKkLrWZuTvDRCS\/9gV4ziU0coViY0r5jgudPCnlj\/D1rl8\/w5dZi0kBQYwTYL4lDi7RtZ9xTFPp9aYDQLV\/ZEQQ+oqsJgx\/3WZpJDeQez\/QIDAQAB"
}