hyper-tuner-cloud/public/manifest.json

38 lines
803 B
JSON
Raw Normal View History

2021-03-22 14:29:03 -07:00
{
2022-06-30 15:52:36 -07:00
"short_name": "HyperTuner",
"name": "HyperTuner Cloud",
"description": "HyperTuner Cloud - Share your tunes 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",
2022-07-17 11:55:10 -07:00
"sizes": "1920x1194",
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",
2022-07-17 11:55:10 -07:00
"sizes": "1920x1194",
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",
2022-07-17 11:55:10 -07:00
"theme_color": "#191C1E",
"background_color": "#191C1E"
2021-03-22 14:29:03 -07:00
}