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",
"name": "TaxGPT",
"description": "Your AI tax assistant!",
"version": "2.0.5",
"manifest_version": 3,
"icons": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
},
"action": {
"default_title": "TaxGPT",
"default_icon": {
"16": "icon16.png",
"32": "icon32.png",
"48": "icon48.png",
"128": "icon128.png"
}
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "index.html"
},
"permissions": [
"storage",
"tabs",
"sidePanel"
],
"host_permissions": [
"https:\/\/app.taxgpt.com\/*",
"https:\/\/accounts.google.com\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/app.taxgpt.com\/*"
],
"js": [
"static\/js\/contentScript.js"
]
}
],
"web_accessible_resources": [
{
"resources": [
"right.png",
"rightG.png",
"icon128.png",
"google.png"
],
"matches": [
"<all_urls>"
]
}
],
"oauth2": {
"client_id": "829638745827-5lb2k4983mrlgcd6vvfievvnst6i72v7.apps.googleusercontent.com",
"scopes": [
"https:\/\/www.googleapis.com\/auth\/userinfo.email",
"https:\/\/www.googleapis.com\/auth\/userinfo.profile",
"openid"
]
}
}