hyper-tuner-cloud/public/manifest.json

38 lines
815 B
JSON
Raw Normal View History

2021-03-22 14:29:03 -07:00
{
"short_name": "SpeedyTuner",
2021-03-23 01:51:54 -07:00
"name": "SpeedyTuner Cloud",
"description": "SpeedyTuner Cloud - Share your Speeduino tune and logs",
2021-03-22 14:29:03 -07:00
"icons": [
{
"src": "/icons/icon.ico",
"type": "image/x-icon",
"sizes": "256x256"
},
{
"src": "/icons/icon.png",
"type": "image/png",
"sizes": "512x512"
}
],
2021-03-23 02:10:21 -07:00
"screenshots" : [
{
2022-01-29 09:53:56 -08:00
"src": "/img/screen1.png",
"sizes": "1920x1109",
2022-01-29 11:17:08 -08:00
"type": "image/png",
"platform": "wide",
"label": "VE Table with command palette"
2022-01-29 09:53:56 -08:00
},
{
"src": "/img/screen2.png",
"sizes": "1920x1111",
2022-01-29 11:17:08 -08:00
"type": "image/png",
"platform": "wide",
"label": "Log viewer"
2021-03-23 02:10:21 -07:00
}
],
2021-03-22 14:29:03 -07:00
"start_url": ".",
"display": "standalone",
"theme_color": "#222629",
"background_color": "#222629"
}