Word Search Game

Word Search Game

Discover all the hidden words within the 2-D character grid.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Word Search Game",
  "version": "0.1.1",
  "description": "Discover all the hidden words within the 2-D character grid.",
  "action": {
    "default_icon": "images/logo.png",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "storage"
  ],
  "offline_enabled": true,
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}