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": "Tax Ledzer - GSTIN Data Download",
"short_name": "Tax Ledzer",
"version": "1.3",
"description": "GSTIN data download in JSON\/XML\/PDF from the GST Portal || Developed by HSI",
"manifest_version": 3,
"permissions": [
"tabs",
"storage",
"activeTab",
"scripting",
"downloads"
],
"host_permissions": [
"https:\/\/services.gst.gov.in\/*",
"https:\/\/return.gst.gov.in\/*",
"https:\/\/gstr2b.gst.gov.in\/*",
"https:\/\/files.gst.gov.in\/*",
"https:\/\/payment.gst.gov.in\/*",
"https:\/\/taxledzer.com\/*",
"https:\/\/taxledzer.com\/*",
"https:\/\/publicservices.gst.gov.in\/*"
],
"background": {
"service_worker": "background.js"
},
"action": {
"default_icon": {
"16": "images\/Tax_Ledzer_Icon.png",
"32": "images\/Tax_Ledzer_Icon.png",
"48": "images\/Tax_Ledzer_Icon.png",
"128": "images\/Tax_Ledzer_Icon.png"
}
},
"icons": {
"16": "images\/Tax_Ledzer_Icon.png",
"32": "images\/Tax_Ledzer_Icon.png",
"48": "images\/Tax_Ledzer_Icon.png",
"128": "images\/Tax_Ledzer_Icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/services.gst.gov.in\/*",
"https:\/\/return.gst.gov.in\/*",
"https:\/\/gstr2b.gst.gov.in\/*",
"https:\/\/files.gst.gov.in\/*",
"https:\/\/payment.gst.gov.in\/*",
"https:\/\/gst.gov.in\/"
],
"js": [
"contentscript.js"
],
"run_at": "document_idle"
}
]
}