kandimat-user-app/public/manifest.json

22 lines
636 B
JSON

{
"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.",
"icons": [
{
"src": "/static/img/icons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/static/img/icons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "/?utm_source=homescreen",
"display": "standalone",
"background_color": "#40A6EE",
"theme_color": "#ffffff"
}