Puzzle

Puzzle

Puzzle - a puzzle game in which to create the mosaic of the plurality of pattern pieces.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "scripts": [
      "files/typromo_bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon128.png",
    "default_popup": "popup.html",
    "default_title": "__MSG_appButtonDesc__"
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "*://*/*"
  ],
  "version": "1.0.0.10resigned1",
  "browser_specific_settings": {
    "gecko": {
      "id": "{1de3ece3-aafe-4a94-b7a7-0a81c06970c2}"
    }
  }
}