Word Unscrambler

Word Unscrambler

Word Unscrambler takes the scrambled, unscramble them, and gives the possible words.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Word Unscrambler",
  "version": "1.3.0",
  "description": "Word Unscrambler takes the scrambled, unscramble them, and gives the possible words.",
  "icons": {
    "16": "images/icon16.png",
    "32": "images/icon32.png",
    "64": "images/icon64.png",
    "128": "images/icon128.png"
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com; object-src 'self'",
  "browser_action": {
    "default_icon": "images/icon32.png",
    "default_popup": "pages/index.html"
  },
  "permissions": [
    "activeTab"
  ]
}