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": "AHelp: AI Writing, Homework and Research",
"version": "1.1.1",
"description": "AHelp offers free AI writing tools and apps to improve your academic workflow.",
"icons": {
"128": "icons\/icon.png"
},
"action": {
"default_popup": "popup\/popup.html",
"default_icon": {
"128": "icons\/icon.png"
}
},
"side_panel": {
"default_path": "sidepanel\/sidepanel.html"
},
"minimum_chrome_version": "114",
"permissions": [
"sidePanel",
"storage"
]
}