mirror of
https://github.com/VERT-sh/VERT
synced 2026-04-25 17:15:10 +02:00
33 lines
615 B
JSON
33 lines
615 B
JSON
{
|
|
"name": "VERT",
|
|
"short_name": "VERT",
|
|
"description": "The file converter you'll love",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#F2ABEE",
|
|
"icons": [
|
|
{
|
|
"src": "lettermark.jpg",
|
|
"sizes": "192x192",
|
|
"type": "image/jpeg"
|
|
},
|
|
{
|
|
"src": "lettermark.jpg",
|
|
"sizes": "512x512",
|
|
"type": "image/jpeg"
|
|
},
|
|
{
|
|
"src": "lettermark_maskable.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
},
|
|
{
|
|
"src": "lettermark_maskable.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "maskable"
|
|
}
|
|
]
|
|
} |