Sign the Alphabet

Sign the Alphabet

This app will help you learn the alphabet in sign language. This is quite useful for beginners!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Sign the Alphabet",
  "description": "This app will help you learn the alphabet in sign language. This is quite useful for beginners!",
  "version": "1.1",
  "icons": {
    "128": "128.png"
  },
  "app": {
    "urls": [
      "http://www.taketwoapps.com/apps/book/sign-language/book.html"
    ],
    "launch": {
      "web_url": "http://www.taketwoapps.com/apps/book/sign-language/book.html"
    }
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}