{
  "app": {
    "background": {
      "scripts": [ "background.js" ]
    }
  },

  "manifest_version": 2,
  "name": "makecode.microbit.org",
  "version": "0.8.0",
  "author": "Microsoft Corporation",
  "short_name": "makecode.microbit.org",

  "description": "Extension for https://makecode.microbit.org.",
  "offline_enabled": true,
  "icons": {
    "48": "logo48.png",
    "128": "logo128.png"
  },

  "permissions": [
    "serial",
    "usb"
  ],

  "externally_connectable": {
    "matches": [ "*://localhost/*", "https://makecode.microbit.org/*", "https://*.microbit.org/*" ]
  }
}