Examine source code of Benny the Jet Tetrys (Cal Edition)

Inspect and view changes in Benny the Jet Tetrys (Cal Edition) 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Benny the Jet Tetrys (Cal Edition)",
  "short_name": "Tetrys",
  "version": "5.4",
  "description": "A very Nelk game for a very Nelky guy",
  "icons": {
    "16": "images/icon.png",
    "48": "images/icon.png",
    "128": "images/icon.png"
  },
  "browser_action": {
    "default_icon": "images/icon.png",
    "default_popup": "index.html"
  },
  "offline_enabled": true,
  "manifest_version": 2
}