Hurdle Wordle Guess Math Number Puzzle game

Hurdle Wordle Guess Math Number Puzzle game

Play the Hurdle (Math Word game )as a Chrome extension - Also can Play without Internet, Try it now!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "name": "__MSG_AppName__",
  "description": "__MSG_AppDesc__",
  "default_locale": "en",
  "version": "1.0.0",
  "offline_enabled": true,
  "homepage_url": "https://qwordle.click/hurdle",
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_title": "Hurdle Wordle Guess Word Puzzle game",
    "default_icon": {
      "16": "icons/16.png",
      "48": "icons/48.png",
      "256": "icons/256.png"
    },
    "default_popup": "./game/index.html"
  },
  "icons": {
    "16": "icons/16.png",
    "48": "icons/48.png",
    "256": "icons/256.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}