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": "Refinement Tools for ProConnect",
"version": "1.1.2",
"description": "To improve Intuit ProConnect Tax software by adding features and removing annoyances.",
"homepage_url": "https:\/\/moderntaxtools.com",
"permissions": [
"storage",
"tabs",
"activeTab"
],
"options_page": "options.html",
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"32": "images\/icon32.png",
"128": "images\/icon128.png",
"512": "images\/icon512.png"
}
},
"icons": {
"32": "images\/icon32.png",
"128": "images\/icon128.png",
"512": "images\/icon512.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/ito.intuit.com\/app\/protax\/*"
],
"css": [],
"run_at": "document_idle",
"js": [
"js\/tax-returns-list.js",
"js\/tax-return.js",
"js\/main.js"
]
}
]
}