Examine source code of Typing WPM Test

Inspect and view changes in Typing WPM Test source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Typing WPM Test",
  "description": "Typing words per minute test.",
  "version": "1.1",
  "offline_enabled": false,
  "app": {
    "urls": [
      "http://typingcheck.com/"
    ],
    "launch": {
      "web_url": "http://typingcheck.com/"
    }
  },
  "icons": {
    "128": "icon.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}