{
  "name": "WillBellen",
  "short_name": "WillBellen",
  "description": "Aggregator für Hunde aus österreichischen Tierheimen. Finde deinen Traumhund mit DreamMatch.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#F6F1E8",
  "theme_color": "#F6F1E8",
  "lang": "de-AT",
  "categories": ["lifestyle", "social", "utilities"],
  "shortcuts": [
    {
      "name": "DreamMatch",
      "short_name": "Match",
      "description": "Hunde per Wisch entdecken",
      "url": "/match?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Favoriten",
      "short_name": "Favoriten",
      "url": "/match/favorites?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Meine Anfragen",
      "short_name": "Anfragen",
      "url": "/match/enquiries?source=pwa-shortcut",
      "icons": [{ "src": "/icons/pwa-192.png", "sizes": "192x192" }]
    }
  ],
  "icons": [
    {
      "src": "/icons/pwa-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/pwa-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
