Typing Instructor Web for Kids

Typing Instructor Web for Kids

Typing Instructor Web for Kids teaches kids, ages 6 to 12, to type on an exciting adventure on Typer Island.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Typing Instructor Web for Kids",
  "description": "Typing Instructor Web for Kids teaches kids, ages 6 to 12, to type on an exciting adventure on Typer Island.",
  "version": "1.0.1",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.typinginstructorkids.com/"
    ],
    "launch": {
      "web_url": "http://www.typinginstructorkids.com/"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}