2016-06-22 09:43:03 -07:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"background": {
|
|
|
|
"scripts": [ "background.js" ]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"manifest_version": 2,
|
2017-07-24 13:39:27 -07:00
|
|
|
"name": "makecode.microbit.org",
|
2017-08-07 22:33:59 -07:00
|
|
|
"version": "0.8.0",
|
2016-06-22 09:43:03 -07:00
|
|
|
"author": "Microsoft Corporation",
|
2017-07-24 13:39:27 -07:00
|
|
|
"short_name": "makecode.microbit.org",
|
2016-06-22 09:43:03 -07:00
|
|
|
|
2017-07-24 13:39:27 -07:00
|
|
|
"description": "Extension for https://makecode.microbit.org.",
|
2017-08-07 22:33:59 -07:00
|
|
|
"offline_enabled": true,
|
2016-06-22 09:43:03 -07:00
|
|
|
"icons": {
|
|
|
|
"48": "logo48.png",
|
|
|
|
"128": "logo128.png"
|
|
|
|
},
|
|
|
|
|
|
|
|
"permissions": [
|
|
|
|
"serial",
|
|
|
|
"usb"
|
|
|
|
],
|
|
|
|
|
|
|
|
"externally_connectable": {
|
2017-07-24 13:39:27 -07:00
|
|
|
"matches": [ "*://localhost/*", "https://makecode.microbit.org/*", "https://*.microbit.org/*" ]
|
2016-06-22 09:43:03 -07:00
|
|
|
}
|
|
|
|
}
|