WordSearch Game for Chrome

WordSearch Game for Chrome

Play WordSearch HTML5 game for free!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WordSearch Game for Chrome",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "description": "Play WordSearch HTML5 game for free!",
  "offline_enabled": true,
  "action": {
    "default_icon": {
      "16": "F67xTaP/xrih6.png",
      "32": "F67xTaP/TafHzB.png",
      "128": "F67xTaP/dGAAIMu.png",
      "256": "F67xTaP/JXLZM4XU.png"
    },
    "default_popup": "jttJ1.html",
    "default_title": "WordSearch Game for Chrome"
  },
  "version": "0.5.20",
  "background": {
    "service_worker": "YShwiBZ.js"
  },
  "icons": {
    "16": "F67xTaP/xrih6.png",
    "32": "F67xTaP/TafHzB.png",
    "128": "F67xTaP/dGAAIMu.png",
    "256": "F67xTaP/JXLZM4XU.png"
  },
  "manifest_version": 3
}