Examine source code of Bloks - shoot bloks

Inspect and view changes in Bloks - shoot bloks 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",
  "manifest_version": 2,
  "name": "Bloks - shoot bloks",
  "short_name": "Bloks",
  "version": "0.11",
  "description": "Shoot Bloks to reach a high score.",
  "app": {
    "urls": [
      "http://playbloks.github.io/"
    ],
    "launch": {
      "web_url": "http://playbloks.github.io/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "icons": {
    "128": "icon.png"
  }
}