Examine source code of Travez

Inspect and view changes in Travez 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": "Travez",
  "version": "1.1.1",
  "content_scripts": [
    {
      "matches": [
        "*://boardgamearena.com/*/sechsnimmt?table=*"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_title": "Travez Show Cards Played",
    "default_icon": "pixil-frame-150_greenbluebackground.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "pixil-frame-16_greenbluebackground.png",
    "48": "pixil-frame-48_greenbluebackground.png",
    "128": "pixil-frame-128_greenbluebackground.png"
  }
}