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": "TypeMate: AI Writing Assistant and Tone Optimizer",
"version": "1.0.7",
"description": "AI writing assistant that fixes grammar and improves tone. Select text anywhere to get instant suggestions.",
"icons": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
},
"action": {
"default_popup": "src\/html\/popup.html",
"default_icon": {
"16": "assets\/icon16.png",
"48": "assets\/icon48.png",
"128": "assets\/icon128.png"
}
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"src\/js\/content.js"
],
"css": [
"src\/css\/contentStyle.css"
]
}
],
"background": {
"service_worker": "src\/js\/background.js",
"type": "module"
},
"permissions": [],
"host_permissions": [
"https:\/\/typemate-ten.vercel.app\/*",
"https:\/\/iehmrovzzyykztyamkns.supabase.co\/*"
]
}