Sphero Edu

Sphero Edu

Programming for Sphero Robots

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "minimum_chrome_version": "50",
  "name": "__MSG_appName__",
  "short_name": "__MSG_appShortName__",
  "description": "__MSG_appDescription__",
  "version": "1475",
  "version_name": "5.3.3",
  "app": {
    "background": {
      "scripts": [
        "libs/messagingservice-bundle.js",
        "libs/messagingclient-bundle.js",
        "libs/vendors-robotservice-bundle.js",
        "libs/robotservice-bundle.js",
        "libs/vendors-utils-bundle.js",
        "libs/utils-bundle.js",
        "background.js"
      ]
    }
  },
  "default_locale": "en",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "bluetooth": {
    "uuids": [
      "22bb746f-2bb0-7554-2d6f-726568705327",
      "22bb746f-2ba0-7554-2d6f-726568705327",
      "0000180a-0000-1000-8000-00805f9b34fb",
      "00001801-0000-1000-8000-00805f9b34fb",
      "00001101-0000-1000-8000-00805f9b34fb",
      "00001016-d102-11e1-9b23-00025b00a5a5",
      "00010001-574f-4f20-5370-6865726f2121",
      "00020001-574f-4f20-5370-6865726f2121",
      "0000180f-0000-1000-8000-00805f9b34fb"
    ],
    "low_energy": true,
    "socket": true
  },
  "kiosk_enabled": true,
  "permissions": [
    "webview",
    "storage",
    "videoCapture",
    "clipboardWrite",
    "https://*.amazonaws.com/*",
    "https://*.gosphero.com/*",
    "*://edu.sphero.com/*",
    "tts",
    "fullscreen",
    "https://qrco.de/*",
    "https://r.qrqrq.com/*",
    {
      "fileSystem": [
        "write"
      ]
    }
  ],
  "webview": {
    "partitions": [
      {
        "name": "trusted*",
        "accessible_resources": [
          "app/*",
          "editors/*",
          "libs/*"
        ]
      }
    ]
  },
  "externally_connectable": {
    "matches": [
      "*://edu.sphero.com/*"
    ]
  },
  "url_handlers": {
    "clever-login": {
      "matches": [
        "*://edu.sphero.com/chrome-app/clever/*"
      ],
      "title": "Sphero Edu"
    }
  },
  "content_security_policy": "script-src 'self' 'wasm-eval'; object-src 'self'"
}