WPM Typing Speed Test Typing

WPM Typing Speed Test Typing

Improve your typing speed with this fun game

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "WPM Typing Speed Test Typer Master",
  "version": "1.2.1.0",
  "manifest_version": 2,
  "icons": {
    "128": "icons/hacker128.png"
  },
  "options_ui": {
    "page": "./donate-honor/index.html",
    "browser_style": true
  },
  "description": "Improve your typing speed with this fun game",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "browser_action": {
    "default_icon": "./icons/hacker128.png",
    "default_popup": "./popup.html"
  },
  "background": {
    "scripts": [
      "./background.js"
    ]
  }
}