Andy's Hype Bot

Andy's Hype Bot

ATC Service

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Andy's Hype Bot",
  "description": "ATC Service",
  "version": "1.7",
  "options_page": "options/options.html",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": "icon.png"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*",
        "https://*/*/*",
        "https://checkout.shopifycs.com/*"
      ],
      "js": [
        "jquery.js",
        "content.js"
      ],
      "run_at": "document_idle",
      "all_frames": true
    }
  ],
  "manifest_version": 2
}