Puzzle Prince

Puzzle Prince

Puzzle Prince: The world's HARDEST puzzle, EVER!!!Let's help our Prince to open the Treasure Box and collect the Magic Gem Stone.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "launch": {
      "local_path": "PuzzlePrince.html"
    }
  },
  "description": "Puzzle Prince: The world's HARDEST puzzle, EVER!!!Let's help our Prince to open the Treasure Box and collect the Magic Gem Stone.",
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  },
  "name": "Puzzle Prince",
  "short_name": "Puzzle Prince",
  "permissions": [
    "unlimitedStorage",
    "cookies"
  ],
  "version": "1.0.0",
  "manifest_version": 2,
  "minimum_chrome_version": "28",
  "platforms": [
    {
      "nacl_arch": "x86-64",
      "sub_package_path": "_platform_specific/x86-64/"
    },
    {
      "nacl_arch": "x86-32",
      "sub_package_path": "_platform_specific/x86-32/"
    }
  ]
}