mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-07-27 19:57:11 +00:00
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
29 lines
719 B
JSON
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"
|
|
}
|