Fanatical PC Game Price Comparison

Fanatical PC Game Price Comparison

Effortlessly save both time and money as you shop for games online. Compare the best gaming deals in one place!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "version": "1.0.13",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Fanatical PC Game Price Comparison Chrome Extension",
    "default_icon": "icon-48.png"
  },
  "options_page": "options.html",
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "scripting",
    "contextMenus"
  ],
  "host_permissions": [
    "https://*.fanatical.com/*",
    "https://*.fandom.com/*",
    "https://store.steampowered.com/*",
    "https://www.greenmangaming.com/*",
    "https://www.humblebundle.com/*",
    "https://www.indiegala.com/*",
    "https://www.gog.com/*",
    "https://*.gamesplanet.com/*",
    "https://*.dlgamer.com/*",
    "https://www.twitch.tv/*",
    "https://www.youtube.com/*",
    "https://www.metacritic.com/*",
    "https://gamefaqs.gamespot.com/*",
    "https://www.gamespot.com/*"
  ],
  "optional_host_permissions": [
    "https://www.google.com/*",
    "https://www.google.co.uk/*",
    "https://www.google.ca/*",
    "https://www.google.es/*",
    "https://www.google.de/*",
    "https://www.google.it/*",
    "https://www.google.fr/*",
    "https://www.google.com.au/*",
    "https://www.google.co.jp/*",
    "https://www.google.nl/*",
    "https://www.google.com.tw/*",
    "https://www.google.be/*",
    "https://www.google.dk/*",
    "https://www.google.ie/*",
    "https://www.google.ch/*",
    "https://www.google.co.in/*",
    "https://www.google.pl/*",
    "https://www.google.pt/*",
    "https://www.google.com.co/*",
    "https://www.google.com.ar/*",
    "https://www.google.com.pk/*",
    "https://www.google.com.mx/*",
    "https://*.bing.com/*"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "topper.html"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}