Examine source code of AbiTalk ABC Phonics Spelling

Inspect and view changes in AbiTalk ABC Phonics Spelling 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",
  "name": "AbiTalk ABC Phonics Spelling",
  "description": "The app teaches letter sound, short vowels, consonants,blended sound, digraphs",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.abitalk.com/webapps/phonicsv3/",
      "http://www.abitalk.com/webapps/phonicsv3/"
    ],
    "launch": {
      "web_url": "http://www.abitalk.com/webapps/phonicsv3/"
    }
  },
  "icons": {
    "128": "Icon-128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}