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": "Tax Stack AI Extension",
"version": "1.2.1",
"description": "AI-powered tax assistant with sidebar interface",
"permissions": [
"storage",
"sidePanel",
"cookies"
],
"host_permissions": [
"https:\/\/www.taxstackai.com\/*",
"https:\/\/taxstackai.com\/*",
"http:\/\/localhost:3000\/*"
],
"action": {
"default_title": "Open Tax Stack AI"
},
"side_panel": {
"default_path": "sidepanel.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "public\/icons\/icon-16.png",
"32": "public\/icons\/icon-32.png",
"48": "public\/icons\/icon-48.png",
"128": "public\/icons\/icon-128.png"
}
}