WPM Typing Speed Test Typer Master

WPM Typing Speed Test Typer Master

Improve your typing speed with this fun game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "WPM Typing Speed Test Typer Master",
  "version": "1.3.0.1",
  "manifest_version": 3,
  "icons": {
    "128": "icons/hacker128.png"
  },
  "options_page": "./donate-honor/index.html",
  "description": "Improve your typing speed with this fun game",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "action": {
    "default_icon": "./icons/hacker128.png",
    "default_popup": "./popup.html"
  },
  "background": {
    "service_worker": "./background.js"
  }
}