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 Email Writer for Professionals",
"description": "Use your existing AI Email Writer website directly from Chrome via the toolbar and right-click menu.",
"version": "1.0.1",
"permissions": [
"contextMenus",
"storage"
],
"host_permissions": [
"https:\/\/ai-email-writer-for-professionals-318180235248.us-west1.run.app\/*"
],
"action": {
"default_title": "Open AI Email Writer",
"default_popup": "popup.html",
"default_icon": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
}
},
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
}
}