Files
pybricks-code/public/manifest.json
T
David Lechner a0467aed4c public: add icons with beta badge
This makes it easier to tell versions apart when beta and non-beta are
installed at the same time.

Fixes: https://github.com/pybricks/support/issues/375
2021-07-08 16:46:36 -05:00

29 lines
719 B
JSON

{
"short_name": "%REACT_APP_NAME%",
"name": "%REACT_APP_NAME%",
"icons": [
{
"src": "logo192%REACT_APP_SUFFIX%.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "any"
},
{
"src": "logo192m%REACT_APP_SUFFIX%.png",
"type": "image/png",
"sizes": "192x192",
"purpose": "maskable"
},
{
"src": "logo512%REACT_APP_SUFFIX%.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "fullscreen",
"orientation": "landscape",
"theme_color": "#000000",
"background_color": "#ffffff"
}