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": "AI Gmail Generator",
"description": "Gmail Faster, Smarter, Better!!!!!!!",
"version": "1.0",
"permissions": [
"storage"
],
"host_permissions": [
"https:\/\/port-0-email-assistant-be-dc9c2nlt8k7626.sel5.cloudtype.app\/*",
"https:\/\/port-0-email-assistant-be-hdoly2altxmeop0.sel5.cloudtype.app\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content.js"
],
"css": [
"styles.css"
]
}
]
}