Little Bridge English

Little Bridge English

Little Bridge - the playful way to learn English!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "version": "1.4.7",
  "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
    }
  }
}