mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-13 23:57:09 +00:00
c0895844e0
This closes #151
38 lines
No EOL
982 B
JSON
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"
|
|
}
|
|
]
|
|
} |