Word Search

Word Search

Solve an infinite number of word search puzzles. All words used are legal for play in both Scrabble and Lexulous. A fun and…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Word Search",
  "version": "1.1.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "icon.png"
  },
  "app": {
    "urls": [
      "http://www.wordsearch1.com/WordSearchChrome.php"
    ],
    "launch": {
      "web_url": "http://www.wordsearch1.com/WordSearchChrome.php"
    }
  }
}