Shape Puzzles Pro - Assemble

Shape Puzzles Pro - Assemble

Assemble the puzzle to show the hidden image. Jigsaw puzzler with a twist.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Shape Puzzles Pro - Assemble",
  "description": "Assemble the puzzle to show the hidden image. Jigsaw puzzler with a twist.",
  "default_locale": "en",
  "version": "0.0.1.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://netforza.com/play/shape-puzzle/",
      "http://www.netforza.com/play/shape-puzzle/"
    ],
    "launch": {
      "web_url": "http://netforza.com/play/shape-puzzle/"
    }
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  },
  "permissions": [
    "unlimited_storage",
    "notifications"
  ]
}