GS Tally Integration

GS Tally Integration

Integrate ERP to Tally ERP

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GS Tally Integration",
  "description": "Integrate ERP to Tally ERP",
  "version": "1.3",
  "manifest_version": 3,
  "permissions": [
    "storage",
    "scripting",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "GS Tally Sync",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "product-logo-16.png",
    "32": "product-logo-32.png",
    "48": "product-logo-48.png",
    "128": "product-logo-128.png"
  },
  "host_permissions": [
    "*://localhost/*",
    "*://*/*"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://20.204.43.236/*",
      "*://*.projectbase.io/*",
      "*://*.projectlane.io/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; worker-src 'self'"
  }
}