Files
pathduck.github.io/vivaldia/manifest.json
T
2020-11-19 19:47:03 +01:00

20 lines
477 B
JSON
Executable File

{
"name": "Vivaldia",
"short_name": "Vivaldia",
"icons": [
{
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#e51c23",
"background_color": "#e51c23",
"display": "fullscreen",
"orientation": "landscape"
}