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": "AI Email Writer",
"description": "Quick emails even if you instruct with a different language",
"version": "0.0.0.3",
"manifest_version": 3,
"icons": {
"48": "assets\/48.png",
"72": "assets\/72.png",
"96": "assets\/96.png",
"144": "assets\/144.png"
},
"action": {
"default_popup": "index.html",
"default_title": "AI Email Writer"
},
"background": {
"service_worker": "scripts\/contextMenuServiceWorker.js"
},
"permissions": [
"contextMenus",
"activeTab",
"storage"
],
"host_permissions": [
"https:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"scripts\/content.js"
]
}
]
}