Octa GST Assistant

Octa GST Assistant

Extension for quick access and download of GST returns from GST Portal

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Octa GST Assistant",
  "short_name": "Octa GST Assistant",
  "version": "5.6",
  "description": "Extension for quick access and download of GST returns from GST Portal",
  "icons": {
    "16": "images/octagst-logo-16.png",
    "32": "images/octagst-logo-32.png",
    "48": "images/octagst-logo-48.png",
    "128": "images/octagst-logo-128.png"
  },
  "author": "Blowbits Solutions LLP",
  "action": {},
  "externally_connectable": {
    "matches": [
      "https://*.octagst.com/*",
      "*://localhost/*",
      "https://*.taxcpc.com/*",
      "https://*.nanogst.in/*"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  },
  "permissions": [
    "declarativeNetRequest",
    "downloads"
  ],
  "host_permissions": [
    "https://*.gst.gov.in/*",
    "https://*.octagst.com/*"
  ]
}