vegancheck.me/public/manifest.json
2023-02-13 19:18:33 +01:00

38 lines
No EOL
982 B
JSON

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