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