Examine source code of The Byte Challenge

Inspect and view changes in The Byte Challenge 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": "The Byte Challenge",
  "short_name": "TBC",
  "description": "A fun and addictive game. Match the bytes and grow!",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://thebytechallenge.ebhasin.com/"
    ],
    "launch": {
      "web_url": "http://thebytechallenge.ebhasin.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}