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",
"name": "__MSG_name__",
"description": "__MSG_description__",
"version": "2.0.21",
"manifest_version": 3,
"default_locale": "en",
"icons": {
"16": "logo.png",
"32": "logo.png",
"48": "logo.png",
"128": "logo.png"
},
"host_permissions": [
"https:\/\/*.openai.com\/",
"https:\/\/mail.google.com\/*"
],
"permissions": [
"storage"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": "logo.png"
},
"web_accessible_resources": [
{
"resources": [
"logo.png",
"logo_128.png",
"free_bg.png"
],
"matches": [
"https:\/\/mail.google.com\/*"
]
}
],
"content_scripts": [
{
"css": [
"content-script.css"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"js": [
"content-script.js"
],
"run_at": "document_start"
}
]
}