Typing Game

Typing Game

Learn to type and have fun at the same time. Blast your way through an arcade style shooter game while improving your typing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Typing Game",
  "version": "1.1.0.2",
  "manifest_version": 2,
  "icons": {
    "128": "typing_icon.png"
  },
  "app": {
    "urls": [
      "http://www.itypinggames.com/ChromeTyping.html"
    ],
    "launch": {
      "web_url": "http://www.itypinggames.com/ChromeTyping.html"
    }
  }
}