mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-27 23:53:45 -04:00
20 lines
477 B
JSON
Executable File
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"
|
|
} |