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,
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"name": "generate.TAX VAT Companion",
"version": "1.5.9",
"description": "VAT companion for Xero, QuickBooks and soon for Zoho Books & Excel. Monitor VAT returns, copy figures into Government tax portals.",
"permissions": [
"storage",
"activeTab",
"scripting",
"cookies",
"sidePanel",
"notifications",
"alarms"
],
"host_permissions": [
"file:\/\/\/*",
"https:\/\/localhost:8000\/*",
"*:\/\/*.generate.tax\/*",
"*:\/\/*.gov.mt\/*",
"*:\/\/*.mof.gov.cy\/*",
"*:\/\/*.ros.ie\/*",
"*:\/\/*.gov.ae\/*",
"*:\/\/*.gov.je\/*",
"*:\/\/*.gov.im\/*",
"*:\/\/go.xero.com\/*",
"*:\/\/my.xero.com\/*",
"*:\/\/apps.xero.com\/*",
"*:\/\/projects.xero.com\/*",
"*:\/\/payroll.xero.com\/*",
"*:\/\/qbo.intuit.com\/*"
],
"externally_connectable": {
"matches": [
"*:\/\/*.generate.tax\/*",
"https:\/\/localhost:8000\/*"
]
},
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
}
},
"side_panel": {
"default_path": "popup.html"
},
"icons": {
"16": "images\/icon16.png",
"48": "images\/icon48.png",
"128": "images\/icon128.png"
},
"web_accessible_resources": [
{
"resources": [
"theme.js",
"config.js",
"utils.js",
"main\/*",
"mfa-handler.js"
],
"matches": [
"<all_urls>"
]
}
],
"content_scripts": [
{
"matches": [
"*:\/\/go.xero.com\/app\/*\/dashboard",
"*:\/\/go.xero.com\/Dashboard",
"*:\/\/go.xero.com\/app\/*\/homepage"
],
"js": [
"theme.js",
"config.js",
"utils.js",
"injectXeroDashboardCard.js"
],
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/go.xero.com\/*",
"*:\/\/my.xero.com\/*",
"*:\/\/apps.xero.com\/*",
"*:\/\/projects.xero.com\/*",
"*:\/\/payroll.xero.com\/*",
"*:\/\/reporting.xero.com\/*"
],
"js": [
"theme.js",
"config.js",
"utils.js",
"injectXeroMenuLink.js"
],
"run_at": "document_idle"
},
{
"matches": [
"*:\/\/qbo.intuit.com\/app\/*"
],
"js": [
"theme.js",
"config.js",
"utils.js",
"entityApiHelper.js",
"injectQBOMenuLink.js"
],
"run_at": "document_idle"
},
{
"matches": [
"file:\/\/\/*"
],
"js": [
"theme.js",
"config.js",
"injectXeroMenuLink.js",
"copyScript.js",
"pasteScript.js"
],
"run_at": "document_idle"
}
]
}