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": "FeedbackAI - AI-powered Writing Assistant",
"description": "FeedbackAI is your personal AI writing assistant for instant feedback whenever you need it.",
"version": "1.1.2",
"manifest_version": 3,
"icons": {
"48": "\/assets\/icons\/48.png",
"128": "\/assets\/icons\/128.png"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"48": "\/assets\/icons\/48.png",
"128": "\/assets\/icons\/128.png"
}
},
"permissions": [
"contextMenus",
"storage"
],
"background": {
"service_worker": "background.js"
}
}