Crossword King

Crossword King

A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Crossword King",
  "version": "1.0.0",
  "description": "A wide variety of crossword tools such as crossword solver, anagram solver, word finder for cruciverbalists.",
  "homepage_url": "https://crosswordking.com/",
  "icons": {
    "16": "icon.png",
    "128": "icon_128.png"
  },
  "browser_action": {
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  }
}