Examine source code of dLcompare - The gamer's price comparison tool

Inspect and view changes in dLcompare - The gamer's price comparison tool source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "version": "0.5.1",
  "homepage_url": "https://www.dlcompare.com/",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "action": {
    "default_icon": {
      "48": "images/launcher-icon-1x.png",
      "96": "images/launcher-icon-2x.png",
      "192": "images/launcher-icon-4x.png",
      "512": "images/launcher-icon-8x.png"
    },
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "48": "images/launcher-icon-1x.png",
    "96": "images/launcher-icon-2x.png",
    "192": "images/launcher-icon-4x.png",
    "512": "images/launcher-icon-8x.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "sw.js"
  },
  "content_scripts": [
    {
      "css": [
        "content/styles.css"
      ],
      "js": [
        "parameters.js",
        "vendor/jquery.js",
        "vendor/jquery-ui.js",
        "content/shop.js",
        "website/amazon.js",
        "website/baidu.js",
        "website/dlcompare.js",
        "website/g2a.js",
        "website/gamekult.js",
        "website/gamespot.js",
        "website/google.js",
        "website/hrk.js",
        "website/jeuxvideo.js",
        "website/origin.js",
        "website/qwant.js",
        "website/steam.js",
        "website/twitch.js",
        "website/yandex.js",
        "website/youtube.js",
        "website/other.js",
        "content/main.js"
      ],
      "matches": [
        "*://*/*"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "storage"
  ],
  "host_permissions": [
    "https://www.dlcompare.com/*",
    "https://www.dlcompare.co.uk/*",
    "https://www.dlcompare.fr/*",
    "https://www.dlcompare.de/*",
    "https://www.dlcompare.es/*",
    "https://www.dlcompare.pt/*",
    "https://www.dlcompare.it/*",
    "https://www.dlcompare.ru/*",
    "https://www.dlcompare.se/*",
    "https://www.dlcompare.pl/*",
    "https://www.dlcompare.nl/*"
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "*://*/*"
      ],
      "resources": [
        "images/*.png",
        "content/*.css"
      ]
    }
  ],
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}