Examine source code of n00b el Juego

Inspect and view changes in n00b el Juego 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": "http://clients2.google.com/service/update2/crx",
  "name": "n00b el Juego",
  "version": "0.1.1",
  "manifest_version": 2,
  "description": "Juego de acertijos y puzzles",
  "app": {
    "urls": [
      "http://www.n00b.cl/"
    ],
    "launch": {
      "web_url": "http://www.n00b.cl/"
    }
  },
  "icons": {
    "128": "chrome_n00b_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}