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": "AI Panel: Privacy-first AI sidebar on any webpage",
"version": "1.5",
"description": "Talk to AI in one click \u2014 without leaving a page.",
"permissions": [
"storage",
"contextMenus"
],
"optional_permissions": [
"bookmarks",
"downloads",
"alarms"
],
"background": {
"service_worker": "background.94fec175.js"
},
"options_ui": {
"page": "options.f736d44a.html",
"open_in_tab": true
},
"action": {
"default_icon": {
"16": "icon4-16.46846ee5.png",
"48": "icon4-48.9f14c032.png",
"128": "icon4-128.9b8b6e64.png"
}
},
"icons": {
"16": "icon4-16.46846ee5.png",
"48": "icon4-48.9f14c032.png",
"128": "icon4-128.9b8b6e64.png"
}
}