TacticalExpander by TacticalBucket.com

TacticalExpander by TacticalBucket.com

TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "TacticalExpander by TacticalBucket.com",
  "description": "TacticalExpander allows Tactical Arbitrage users (sold seperately) to find products from even more sites than TA supports by default",
  "version": "0.901",
  "action": {
    "default_icon": {
      "16": "images/icon-16.png",
      "48": "images/icon-48.png",
      "128": "images/icon-128.png"
    },
    "default_title": "TacticalExpander",
    "default_popup": "html/popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "css": [
        "css/select2.min.css",
        "css/content_script.css"
      ],
      "js": [
        "js/jquery.min.js",
        "js/boostrap_for_ta.js",
        "js/bootstrap4-toggle.min.js",
        "js/select2.min.js",
        "js/utils.js",
        "js/inject.js"
      ],
      "run_at": "document_end"
    }
  ],
  "permissions": [
    "tabs",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "background": {
    "service_worker": "js/service_worker.js"
  },
  "icons": {
    "16": "images/icon-16.png",
    "48": "images/icon-48.png",
    "128": "images/icon-128.png",
    "144": "images/icon-144.png",
    "310": "images/icon-310.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}