OWS Commerce GST Tally

OWS Commerce GST Tally

OWS Commerce GST Tally Integration

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "OWS Commerce GST Tally",
  "version": "1.0",
  "author": "Harsh Ranjan",
  "short_name": "OWS Commerce  Tally",
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.owscommerce.com/channels/tallyintegration"
      ],
      "js": [
        "script.js"
      ]
    }
  ],
  "browser_action": {
    "default_title": "OWS Commerce Tally"
  },
  "permissions": [
    "<all_urls>"
  ]
}