Word Search

Word Search

Thousands of word search puzzles covering the top tv shows and movies as well as educational topics, even create your own puzzle.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Word Search",
  "short_name": "Word Search",
  "description": "Thousands of word search puzzles covering the top tv shows and movies as well as educational topics, even create your own puzzle.",
  "version": "2.0",
  "manifest_version": 2,
  "app": {
    "launch": {
      "web_url": "http://thewordsearch.com/chromeapp/"
    },
    "urls": [
      "http://thewordsearch.com/chromeapp/"
    ]
  },
  "icons": {
    "16": "icon-16.png",
    "128": "icon-128x128.png"
  }
}