BaselinkerBooster

BaselinkerBooster

Baselinker Booster

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "BaselinkerBooster",
  "version": "0.9.88",
  "description": "Baselinker Booster",
  "browser_action": {},
  "icons": {
    "16": "images/logo256.png"
  },
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.baselinker.com/orders.php*"
      ],
      "js": [
        "js/orders.js"
      ],
      "css": [],
      "all_frames": true,
      "run_at": "document_start"
    },
    {
      "matches": [
        "*://*.baselinker.com/grouppacking*"
      ],
      "js": [
        "js/groupPacking.js"
      ],
      "css": [
        "css/bootstrap.min.css"
      ],
      "all_frames": true,
      "run_at": "document_end"
    },
    {
      "matches": [
        "*://*.baselinker.com/orders_statuses*"
      ],
      "js": [
        "js/orderStatuses.js"
      ],
      "css": [],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    "js/jqueryScannerDetection.js",
    "js/bootstrap.bundle.min.js",
    "js/jqueryToast.js",
    "css/jqueryToast.css",
    "js/ordersWebAccesible.js",
    "js/groupPackingWE.js",
    "css/bootstrap.min.css",
    "css/bb.css"
  ],
  "content_security_policy": "script-src 'unsafe-eval' 'self' 'wasm-eval' 'sha256-v8v3RKRPmN4odZ1CWM5gw80QKPCCWMcpNeOmimNL2AA='; object-src 'self'",
  "permissions": [
    "*://*.baselinker.com/*",
    "https://baselinkerboosterazurefunctions.azurewebsites.net/api/*",
    "webRequest",
    "webRequestBlocking"
  ]
}