vegancheck.me/img/manifest.webmanifest
2021-09-01 15:25:18 +02:00

33 lines
No EOL
845 B
JSON

{
"theme_color": "#000",
"background_color": "#000",
"display": "standalone",
"scope": "/",
"start_url": "https://vegancheck.me",
"name": "VeganCheck.me",
"short_name": "VeganCheck",
"description": "VeganCheck.me checks if a product is vegan or not.",
"start_url": "/?utm_source=homescreen",
"icons": [
{
"src": "icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "icon-384x384.png",
"sizes": "384x384",
"type": "image/png"
},
{
"src": "icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}