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": "Email & Msg Automator",
"version": "3.7",
"description": "This Chrome extension integrates ChatGPT's API to capture selected text for AI-powered content analysis & text optimization",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"host_permissions": [
"https:\/\/api.openai.com\/"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"icons": {
"16": "Icon-16.jpg",
"48": "Icon-48.jpg",
"128": "Icon-128.jpg"
}
}