{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Petmos",
  "short_name": "Petmos",
  "description": "Deine Tier-Community. Teile Erfahrungen, finde Experten-Tipps und vernetze dich mit anderen Tierfreunden.",
  "lang": "de",
  "start_url": "/",
  "scope": "/",
  "id": "/",
  "categories": ["education", "events", "network", "news", "pets", "social", "social networking"],
  "orientation": "portrait-primary",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#265276",
  "icons": [
    {
      "src": "/favicon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/maskable-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop-screenshot-1.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "Petmos Desktop View"
    },
    {
      "src": "/screenshots/mobile-screenshot-1.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "Petmos Mobile View"
    }
  ],
  "shortcuts": [
    {
      "name": "Angebote & Dienste suchen",
      "short_name": "Suchen",
      "description": "Finde Veranstaltungen und Dienstleistungen aus der Tierbranche.",
      "url": "/search?source=pwa-shortcut",
      "icons": [
        {
          "src": "/favicon/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Spannende Tierartikel lesen",
      "short_name": "Artikel",
      "description": "Entdecke Artikel, Interviews und Geschichten rund um Tiere.",
      "url": "/articles?source=pwa-shortcut",
      "icons": [
        {
          "src": "/favicon/icon-96.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}