hyper-tuner-cloud/public/manifest.json

29 lines
584 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" : [
{
"src": "/img/screen.png",
"sizes": "1200x761",
"type": "image/png"
}
],
2021-03-22 14:29:03 -07:00
"start_url": ".",
"display": "standalone",
"theme_color": "#222629",
"background_color": "#222629"
}