Examine source code of Little Bridge English for School

Inspect and view changes in Little Bridge English for School 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,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "version": "1.0.6",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "author": "Little Bridge World",
  "icons": {
    "128": "assets/icon_128.png"
  },
  "offline_enabled": false,
  "permissions": [
    "webview",
    "unlimitedStorage",
    "audioCapture"
  ],
  "app": {
    "background": {
      "scripts": [
        "js/main.js"
      ],
      "persistent": false
    }
  }
}