kandimat-user-app/public/manifest.json

22 lines
622 B
JSON
Raw Normal View History

2017-08-09 15:15:42 +02:00
{
2017-08-29 21:58:53 +02:00
"name": "EUROMAT",
"short_name": "euromat",
"description": "Der Euromat nicht einfach nur ein Wahlomat. Sondern Ihr digitaler Wahl-Freund, der Ihnen einen Eindruck von den europapolitischen Positionen der Parteien vermittelt.",
2017-08-09 15:15:42 +02:00
"icons": [
{
2019-03-22 18:13:21 +01:00
"src": "/img/icons/android-chrome-192x192.png",
2017-08-09 15:15:42 +02:00
"sizes": "192x192",
"type": "image/png"
},
{
2019-03-22 18:13:21 +01:00
"src": "/img/icons/android-chrome-512x512.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
}