WordIt 2 - Word Puzzle Game

WordIt 2 - Word Puzzle Game

Play WordIt 2 easily with this cool app!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WordIt 2 - Word Puzzle Game ",
  "description": "Play WordIt 2 easily with this cool app!",
  "version": "1.6",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://creativesparkstudios.com/wordit2/app.html"
    ],
    "launch": {
      "web_url": "http://creativesparkstudios.com/wordit2/app.html"
    }
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}