kandimat-user-app/public/manifest.json

22 lines
610 B
JSON
Raw Normal View History

2017-08-09 15:15:42 +02:00
{
2022-02-02 15:01:15 +01:00
"name": "KANDIMAT",
"short_name": "kandimat",
"description": "Der Kandimat nicht einfach nur ein Wahlomat. Sondern Ihr digitaler Wahl-Freund, der Ihnen einen Eindruck von den politischen Positionen der Kandindaten vermittelt.",
2017-08-09 15:15:42 +02:00
"icons": [
{
2019-08-31 17:23:59 +02:00
"src": "/img/icons/gruenen_logo_200.png",
2017-08-09 15:15:42 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
2019-08-31 17:23:59 +02:00
"src": "/img/icons/gruenen_logo_600.png",
2017-08-09 15:15:42 +02:00
"sizes": "512x512",
"type": "image/png"
}
],
2017-08-29 21:58:53 +02:00
"start_url": "/?utm_source=homescreen",
2017-08-09 15:15:42 +02:00
"display": "standalone",
2017-08-29 21:58:53 +02:00
"background_color": "#40A6EE",
"theme_color": "#ffffff"
2017-08-09 15:15:42 +02:00
}