Examine source code of HDpuzzles

Inspect and view changes in HDpuzzles 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": "HDpuzzles",
  "description": "Beautiful jigsaw puzzles. Tiny puzzles for those with little time to huge puzzles for those who want a challenge.",
  "version": "0.0.1",
  "icons": {
    "128": "images/chrome-web-store-icon.png"
  },
  "app": {
    "urls": [
      "http://www.hdpuzzles.com/"
    ],
    "launch": {
      "web_url": "http://www.hdpuzzles.com/"
    }
  }
}