BestStore Printer Launcher

BestStore Printer Launcher

This extension allows you to print receipts and labels with Autel BestStore

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BestStore Printer Launcher",
  "icons": {
    "16": "bsapp_16.png",
    "128": "bsapp_128.png"
  },
  "description": "This extension allows you to print receipts and labels with Autel BestStore",
  "author": "Autel srl",
  "version": "1.4.23",
  "background": {
    "scripts": [
      "epos-custom-2.7.0.js",
      "fiscalprint_basic.js",
      "customFiscalPrint.js",
      "rchFiscalPrint.js",
      "launcher.js"
    ],
    "persistent": false
  },
  "minimum_chrome_version": "40",
  "offline_enabled": true,
  "permissions": [
    "nativeMessaging",
    "<all_urls>"
  ],
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "*://*.auteldom1.com/*",
      "*://*.autel.app/*",
      "*://*.autelapp.com/*"
    ]
  },
  "web_accessible_resources": [
    "ping.js"
  ]
}