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": "InboxPilot",
"version": "1.0.0",
"description": "Privacy-first AI email assistant for Gmail. Generate smart replies with OpenAI, Anthropic, or Google AI. Your keys, your data.",
"author": "AvanSaber.com",
"homepage_url": "https:\/\/www.avansaber.com",
"permissions": [
"storage",
"activeTab",
"sidePanel"
],
"host_permissions": [
"https:\/\/mail.google.com\/*",
"https:\/\/api.anthropic.com\/*",
"https:\/\/api.openai.com\/*",
"https:\/\/generativelanguage.googleapis.com\/*"
],
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"content_scripts": [
{
"js": [
"assets\/content-script.js-loader-CE_-K9tk.js"
],
"matches": [
"https:\/\/mail.google.com\/*"
],
"run_at": "document_end",
"css": [
"assets\/content-script-Dox5yWsr.css"
]
}
],
"web_accessible_resources": [
{
"matches": [
"https:\/\/mail.google.com\/*"
],
"resources": [
"src\/components\/*",
"assets\/*",
"assets\/StorageService-Bm5-xZkX.js",
"assets\/EmailAnalysisService-nUprUri9.js",
"assets\/PromptService-CDb5Sp7J.js",
"assets\/content-script.js-8bwO_DXy.js"
],
"use_dynamic_url": false
}
],
"action": {
"default_icon": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
},
"side_panel": {
"default_path": "sidepanel.html"
},
"options_ui": {
"page": "index.html",
"open_in_tab": true
},
"icons": {
"16": "icons\/icon-16.png",
"32": "icons\/icon-32.png",
"48": "icons\/icon-48.png",
"128": "icons\/icon-128.png"
}
}