Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"short_name": "TaxEstimatorCh",
"name": "Tax Estimator",
"description": "Take control of your taxes with Tax Estimator - the Chrome extension to effortlessly track your taxes.",
"manifest_version": 3,
"version": "1.0.3",
"icons": {
"16": "\/images\/icons\/16.png",
"32": "\/images\/icons\/32.png",
"64": "\/images\/icons\/64.png",
"128": "\/images\/icons\/128.png"
},
"chrome_url_overrides": {
"newtab": "\/index.html"
},
"background": {
"service_worker": "\/background.js"
},
"permissions": [
"storage"
],
"host_permissions": [
"*:\/\/taxestimator.net\/*"
]
}