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",
"manifest_version": 3,
"name": "FixMeBot - AI Writing Assistant and Language Tool",
"version": "1.0.4.0",
"description": "Enhance your writing in 90+ languages: correct mistakes, paraphrase, translate, reply, get answers to any question, and more!",
"permissions": [
"storage",
"sidePanel",
"identity",
"identity.email"
],
"oauth2": {
"client_id": "8704101571-sb48cbnumf81kkk11mjr79taspmb2i5h.apps.googleusercontent.com",
"scopes": [
"openid",
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile"
]
},
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkfTgqbudY7TyHrMZMP5Ryie\/oVanNSeZgu68Ybb2k0JlfatniGaHQarHhwUKPky3jpq75ryogTTOnoMc376zqPTToWJ3vXN5+wlNg0S21EKAqGbEVUZBMWpfQBY8fVVvJhJMSrs+6Nha0VF6KMXjo7N7P11lQPn6KlKQTsku+EZUvZBkqsNClv6lIQNRQwImZY9lfeqMs+9PWT1Mw8OsGsEpAxbDMYPPHyagrnRaAPdE4tgLy4k+piy18B182KlBKR8ybfWa+ppN5o3G2Zz4OrD8KAJkGK1x1EGrf3GdMfvX3eVXfnN1Q8vTz9OnKLrvgjI6P6bbmDkr0ksSpEBaiwIDAQAB",
"side_panel": {
"default_path": "src\/pages\/sidepanel\/index.html"
},
"options_page": "src\/pages\/options\/index.html",
"background": {
"service_worker": "src\/pages\/background\/index.js",
"type": "module"
},
"action": {
"default_popup": "src\/pages\/popup\/index.html",
"default_icon": "icon-34.png"
},
"icons": {
"128": "icon-128.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/*\/*"
],
"js": [
"src\/pages\/content\/index.js"
],
"css": [
"assets\/css\/contentStyle17447462859.chunk.css"
],
"all_frames": true
}
],
"web_accessible_resources": [
{
"resources": [
"assets\/js\/*.js",
"assets\/css\/*.css",
"assets\/fonts\/*.ttf",
"assets\/svg\/*.svg",
"icon-128.png",
"icon-34.png"
],
"matches": [
"*:\/\/*\/*"
]
}
],
"default_locale": "en"
}