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": "MailGPT - ChatGPT and Claude for Gmail",
"description": "Get the power of both ChatGPT and Claude AI models in your Email inbox",
"version": "1.0",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"css": [
"common.css",
"gmail-styles.css"
],
"js": [
"gmail-script.js"
]
},
{
"matches": [
"https:\/\/app.pier20.ai\/*"
],
"js": [
"pier20-app-script.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"pier20-logo-trbg-blackfg.png",
"pier20-logo-trbg-whitefg.png",
"pier20-logomark-trbg-blackfg.png",
"pier20-logomark-trbg-whitefg.png"
],
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/app.pier20.ai\/*"
]
}
],
"permissions": [
"storage"
],
"icons": {
"48": "extension-logo-128x128.png",
"96": "extension-logo-128x128.png"
}
}