Typing Tutor

Typing Tutor

Enhance your typing speed and become a faster typist. Practice with customized lessons and monitor your progress in your browser

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Typing Tutor",
  "version": "1.3.9",
  "description": "Enhance your typing speed and become a faster typist. Practice with customized lessons and monitor your progress in your browser",
  "icons": {
    "128": "icons/favicon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "manifest_version": 3
}