WordIt - Word Puzzle Game

WordIt - Word Puzzle Game

Play WordIt 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 - Word Puzzle Game ",
  "description": "Play WordIt easily with this cool app!",
  "version": "1.80",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://creativesparkstudios.com/wordit/"
    ],
    "launch": {
      "web_url": "http://creativesparkstudios.com/wordit/app.html?ver=18"
    }
  },
  "icons": {
    "16": "16.png",
    "128": "128.png"
  },
  "permissions": [
    "unlimitedStorage"
  ]
}