Compare commits

...

3 Commits

Author SHA1 Message Date
e99a2df578 0.2.52 2016-04-08 18:49:43 -07:00
7e5f3fdbf3 Bump pxt-core to 0.2.55 2016-04-08 18:49:41 -07:00
b538526948 Add webmanifest files 2016-04-08 18:38:25 -07:00
5 changed files with 19 additions and 2 deletions

BIN
docs/static/logo128.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

BIN
docs/static/logo32.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

BIN
docs/static/logo512.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 129 KiB

View File

@ -1,6 +1,6 @@
{
"name": "pxt-microbit",
"version": "0.2.51",
"version": "0.2.52",
"description": "BBC micro:bit target for PXT",
"keywords": [
"JavaScript",
@ -29,6 +29,6 @@
"typescript": "^1.8.7"
},
"dependencies": {
"pxt-core": "0.2.54"
"pxt-core": "0.2.55"
}
}

17
webmanifest.json Normal file
View File

@ -0,0 +1,17 @@
{
"icons": [
{
"src": "https://az851932.vo.msecnd.net/pub/fpenpmjz",
"sizes": "512x512",
"type": "image/png"
}, {
"src": "https://az851932.vo.msecnd.net/pub/vetoccmr",
"sizes": "128x128",
"type": "image/png"
}, {
"src": "https://az851932.vo.msecnd.net/pub/xiioeeyf",
"sizes": "32x32",
"type": "image/png"
}
]
}