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": "TaxBuzz Ai",
"description": "TaxBuzz Ai is a browser extension that helps you to get answers to your tax questions.",
"version": "1.0.6",
"icons": {
"16": "taxbuzz.png",
"48": "taxbuzz.png"
},
"permissions": [
"storage",
"activeTab"
],
"externally_connectable": {
"matches": [
"https:\/\/*.taxbuzz.com\/*",
"https:\/\/tax.sbx.devsquad.app\/*",
"*:\/\/*.taxbuzz.test\/*",
"*:\/\/*.countingworkspro.com\/*"
]
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content-scripts\/content.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"content-scripts\/content.css"
],
"matches": [
"<all_urls>"
]
}
]
}