Examine source code of Learn Elementary Sight Words

Inspect and view changes in Learn Elementary Sight Words 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": "Learn Elementary Sight Words",
  "description": "Help your child learn to read with a list of the 400 most commonly used words for reading, writing, and spelling",
  "version": "2.0.1",
  "manifest_version": 2,
  "app": {
    "urls": [
      "http://www.allfunapps.com/webapps/elementary_sightwords/"
    ],
    "launch": {
      "web_url": "http://www.allfunapps.com/webapps/elementary_sightwords/"
    }
  },
  "icons": {
    "16": "icon_16.png",
    "128": "icon_128.png"
  }
}