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": "VoicyMail: The Ultimate AI Email Assistant for Gmail",
"version": "1.2",
"description": "VoicyMail: Your AI Email Assistant Get pro-level emails, powered by voice & text both.",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/mail.google.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "icons\/voicy1.png",
"48": "icons\/voicy2.png",
"128": "icons\/voicy3.png"
}
}