Element Puzzle

Element Puzzle

Solve a series of challenging puzzles by collecting tokens and turning your element into Earth, Water, Fire and Air

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Element Puzzle",
  "description": "Solve a series of challenging puzzles by collecting tokens and turning your element into Earth, Water, Fire and Air",
  "version": "1.0.0.2",
  "manifest_version": 2,
  "homepage_url": "http://suntemple.co",
  "app": {
    "launch": {
      "web_url": "http://suntemple.co/html5/element-puzzle-game"
    }
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128.png",
    "256": "icon-256.png"
  },
  "permissions": [
    "unlimitedStorage"
  ],
  "offline_enabled": false
}