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": "Taxtribute GST Assistant",
"short_name": "Taxtribute GST Extension",
"author": "Tax Tribute",
"version": "1.3",
"description": "GST Extension to quickly download GST returns from GST Portal",
"permissions": [
"tabs",
"activeTab",
"downloads",
"scripting"
],
"host_permissions": [
"https:\/\/*.gst.gov.in\/*"
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'"
},
"action": {
"browser_style": false,
"default_title": "Taxtribute GST Assistant",
"default_popup": "TaxtributeGSTAssistant.html",
"default_icon": {
"16": "taxtribute_logo_16.png",
"32": "taxtribute_logo_32.png",
"48": "taxtribute_logo_48.png",
"128": "taxtribute_logo_128.png"
}
},
"icons": {
"16": "taxtribute_logo_16.png",
"32": "taxtribute_logo_32.png",
"48": "taxtribute_logo_48.png",
"128": "taxtribute_logo_128.png"
},
"manifest_version": 3
}