Examine source code of Sliding Puzzle

Inspect and view changes in Sliding Puzzle 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",
  "description": "This app was made thanks to the technology provided by CocoonJS by Ludei.",
  "icons": {
    "16": "icons/1238012814091604696169IosAsset.png",
    "128": "icons/1233606260919179255132IosAsset.png"
  },
  "app": {
    "launch": {
      "local_path": "index.html"
    }
  },
  "offline_enabled": true,
  "homepage_url": "http://gamedolph.in/sample-page/sliding-puzzle/",
  "version": "7",
  "manifest_version": 2,
  "name": "Sliding Puzzle"
}