pxt-calliope/clients/chrome/manifest.json

31 lines
616 B
JSON
Raw Normal View History

2016-06-22 18:43:03 +02:00
{
"app": {
"background": {
"scripts": [ "background.js" ]
}
},
"manifest_version": 2,
2016-11-02 22:23:08 +01:00
"name": "pxt.microbit.org",
"version": "0.7.0",
2016-06-22 18:43:03 +02:00
"author": "Microsoft Corporation",
2016-11-02 22:23:08 +01:00
"short_name": "pxt.microbit.org",
2016-06-22 18:43:03 +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": {
"matches": [ "*://localhost/*", "https://pxt.microbit.org/*", "https://*.microbit.org/*" ]
2016-06-22 18:43:03 +02:00
}
}