Examine source code of Smash And Grab

Inspect and view changes in Smash And Grab 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": "Smash And Grab",
  "description": "Use your paddle and ball to smash the bricks and breakout the goodies in this classic arkanoid, breakout, style game.",
  "version": "1.1",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.fzero.co.uk/smash/"
    ],
    "launch": {
      "web_url": "http://www.fzero.co.uk/smash/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}