2016-06-22 18:43:03 +02:00
|
|
|
{
|
|
|
|
"app": {
|
|
|
|
"background": {
|
|
|
|
"scripts": [ "background.js" ]
|
|
|
|
}
|
|
|
|
},
|
|
|
|
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "code the micro:bit",
|
2016-06-22 23:48:51 +02:00
|
|
|
"version": "0.6.0",
|
2016-06-22 18:43:03 +02:00
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"short_name": "code the micro:bit",
|
|
|
|
|
2016-10-20 19:01:02 +02:00
|
|
|
"description": "Extension for https://pxt.microbit.org.",
|
|
|
|
"homepage_url": "https://pxt.microbit.org",
|
2016-06-22 23:48:51 +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": {
|
2016-10-20 19:01:02 +02:00
|
|
|
"matches": [ "*://localhost/*", "https://pxt.microbit.org/*", "https://*.microbit.org/*" ]
|
2016-06-22 18:43:03 +02:00
|
|
|
}
|
|
|
|
}
|