Steam Cheap Games

Steam Cheap Games

Compare prices for PC games across more than 25 keyshops right in Steam.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.1.1",
  "name": "__MSG_appName__",
  "description": "__MSG_appDescription__",
  "manifest_version": 2,
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "default_locale": "en",
  "permissions": [
    "system.cpu",
    "system.memory",
    "contextMenus"
  ],
  "background": {
    "scripts": [
      "scripts/background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://store.steampowered.com/app/*",
        "https://store.steampowered.com/sub/*",
        "https://store.steampowered.com/bundle/*"
      ],
      "js": [
        "scripts/stores/steam.js"
      ],
      "css": [
        "styles/stores/steam.css"
      ],
      "run_at": "document_idle",
      "all_frames": false
    },
    {
      "matches": [
        "https://sysrqmts.com/*"
      ],
      "js": [
        "scripts/sysrqmts.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ]
}