Scrabble Word Finder

Scrabble Word Finder

Unscramble any scrabble letters

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Scrabble Word Finder",
  "short_name": "Scrabble Word Finder",
  "version": "1.1.1",
  "description": "Unscramble any scrabble letters",
  "manifest_version": 2,
  "icons": {
    "32": "favicon.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  }
}