Examine source code of Landscape Sliding Puzzles

Inspect and view changes in Landscape Sliding Puzzles 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": "Landscape Sliding Puzzles",
  "description": "The classic sliding puzzle game. Play using a selection of beautiful landscapes or using images from your computer.",
  "version": "1.1",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "offline_enabled": true,
  "icons": {
    "16": "icon/icon_16.png",
    "24": "icon/icon_24.png",
    "32": "icon/icon_32.png",
    "64": "icon/icon_64.png",
    "128": "icon/icon_128.png",
    "256": "icon/icon_256.png"
  },
  "permissions": [
    "unlimited_storage"
  ]
}