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,
"options_ui": {
"page": "pages\/options.html"
},
"icons": {
"16": "icon\/16.png",
"32": "icon\/32.png",
"48": "icon\/48.png",
"128": "icon\/128.png"
},
"action": [],
"web_accessible_resources": [
{
"resources": [
"js\/*.js",
"font\/*.ttf",
"img\/*"
],
"matches": [
"*:\/\/mail.google.com\/*"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/mail.google.com\/*"
],
"js": [
"js\/vendor.js",
"js\/c1.js"
],
"run_at": "document_end"
}
],
"background": {
"service_worker": "js\/background.js",
"type": "module"
},
"permissions": [
"storage",
"cookies"
],
"host_permissions": [
"https:\/\/stage.superemail.ai\/",
"https:\/\/superemail.ai\/",
"*:\/\/mail.google.com\/*"
],
"name": "Superemail | AI Email Assistant for Gmail\u2122",
"description": "SuperEmail is an AI email assistant that makes it easy to craft professional and effective email replies",
"version": "1.0.4"
}