Examine source code of CS2 Trading Site - Swap.gg

Inspect and view changes in CS2 Trading Site - Swap.gg 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
{
  "manifest_version": 2,
  "name": "CS2 Trading Site - Swap.gg",
  "description": "",
  "version": "1.0.0",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "64": "icon/64.png",
    "128": "icon/128.png"
  },
  "permissions": [],
  "browser_action": {
    "default_title": "Swap.gg",
    "default_popup": "popup.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{60c4692b-7fce-45bf-9eab-80caee84b78e}"
    }
  }
}