WeDo 2.0 LEGO® Education

WeDo 2.0 LEGO® Education

The LEGO® Education WeDo 2.0 App allows students to explore great science projects.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "app": {
    "background": {
      "scripts": [
        "js/background.js"
      ]
    }
  },
  "bluetooth": {
    "low_energy": true,
    "uuids": [
      "1800",
      "1801",
      "180a",
      "00001523-1212-efde-1523-785feabcd123",
      "180f",
      "00004f0e-1212-efde-1523-785feabcd123"
    ]
  },
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "48": "assets/Icon_48.png",
    "128": "assets/Icon_128.png",
    "192": "assets/Icon_192.png",
    "512": "assets/Icon_512.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr8JLLy48PyntS/C7VSmLQ9+G9Zi9bt2yzE94NM4ks5ihYz8iDFEgOEDpIWQXisLSq9dJquYkJecS3UZwS8S27f/PMuYavylEQ2dhWqAV9+xxHcwmrV51Pz8CztcLSzfPErG5dZOrb7LCBh0wUyK08A9jVv2eNG/ntlgHMx0qRlwZzDTRxrCcz25HklrVkRAHijrTr6+Dzij/SePNmdZ/sUC1cm+5p94FmSa7NXCTIg24aOJokM6mCMwAJH3E10gfxfQCDi2M3HC5QlWr6CZ15gFBi5TXLFth+l31dJgiMcOExrVHY2Brk/oODBoRuJhYaZKMJzHPum8Jw+QVOq4SuwIDAQAB",
  "manifest_version": 2,
  "minimum_chrome_version": "49",
  "name": "__MSG_appName__",
  "oauth2": {
    "client_id": "198267835580-8aqnrd88shi9412ostqlrm1r511bepm3.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.appdata"
    ]
  },
  "permissions": [
    "webview",
    "audioCapture",
    "videoCapture",
    "storage",
    "unlimitedStorage",
    "syncFileSystem",
    "https://*.lego.com/*",
    "https://lego.com/*",
    {
      "fileSystem": [
        "write",
        "retainEntries",
        "directory"
      ]
    },
    "identity",
    "https://ssl.gstatic.com/",
    "https://www.googleapis.com/",
    "https://accounts.google.com/",
    "system.cpu",
    "system.memory"
  ],
  "short_name": "__MSG_appShortName__",
  "version": "1.9.584.584",
  "version_name": "1.9.584",
  "webview": {
    "partitions": [
      {
        "accessible_resources": [
          "*.*"
        ],
        "name": "webgl"
      }
    ]
  }
}