Examine source code of Mutar Puzzles

Inspect and view changes in Mutar 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": "Mutar Puzzles",
  "description": "Play the classics jigsaw and slidings puzzle games. Play using a selection of beautiful photos or using images from your computer.",
  "version": "1.0",
  "manifest_version": 2,
  "app": {
    "launch": {
      "local_path": "main.html"
    }
  },
  "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"
  ]
}