Examine source code of 0h h1

Inspect and view changes in 0h h1 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": "0h h1",
  "description": "A little logic game.",
  "version": "1.3.3",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "128": "icon-128.png",
    "512": "icon-512.png"
  },
  "offline_enabled": true,
  "permissions": [
    "storage"
  ]
}