Hex Blocks Puzzle

Hex Blocks Puzzle

Train your brain matching a hexagon with hex shapes!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "short_name": "__MSG_short_title__",
  "version": "1.0.1.1",
  "manifest_version": 2,
  "minimum_chrome_version": "29",
  "homepage_url": "http://suntemple.co/hex-blocks-puzzle",
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "default_locale": "en"
}