Examine source code of Ohh No

Inspect and view changes in Ohh No 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": "Ohh No",
  "version": "0.6",
  "manifest_version": 2,
  "description": "Ohh No is the most challenging number puzzle game that tests your brain abilities.",
  "icons": {
    "32": "32X32.png",
    "48": "48X48.png",
    "64": "64X64.png",
    "128": "128X128.png",
    "256": "256X256.png"
  },
  "app": {
    "background": {
      "scripts": [
        "app.js"
      ]
    }
  },
  "minimum_chrome_version": "23",
  "permissions": [
    "webview"
  ]
}