Examine source code of AbiTalk Phonics Vowels

Inspect and view changes in AbiTalk Phonics Vowels 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 Phonics Vowels",
  "description": "Learning short vowels, long vowels, blends sound with Abitalk Phonics Vowels",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.abitalk.com/webapps/phonicsvowels/",
      "http://www.abitalk.com/webapps/phonicsvowels/"
    ],
    "launch": {
      "web_url": "http://www.abitalk.com/webapps/phonicsvowels/"
    }
  },
  "icons": {
    "128": "Icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ]
}