Examine source code of Keyboard Fun Lite

Inspect and view changes in Keyboard Fun Lite 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",
  "manifest_version": 2,
  "short_name": "KeyBdFunFree",
  "name": "Keyboard Fun Lite",
  "description": "Free version of Keyboard Fun which teaches the keyboard using sight and sound to reinforce learning",
  "version": "0.0.3",
  "default_locale": "en",
  "offline_enabled": true,
  "icons": {
    "32": "misc/icon32.png",
    "48": "misc/icon48.png",
    "128": "misc/icon128.png"
  },
  "permissions": [
    "storage",
    "app.window.fullscreen",
    "notifications",
    "https://www.googleapis.com/"
  ],
  "app": {
    "background": {
      "scripts": [
        "background.js"
      ]
    }
  }
}