{
  "name": "LoveMatch - Dating App",
  "short_name": "LoveMatch",
  "description": "Finde deine perfekte Übereinstimmung mit LoveMatch – dem smarten Dating mit Persönlichkeitstest, Swipe-System und echten Verbindungen.",
  "start_url": "/discover",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#fdf2f8",
  "theme_color": "#ec4899",
  "orientation": "portrait-primary",
  "lang": "de",
  "dir": "ltr",
  "categories": ["social", "lifestyle", "dating"],
  "iarc_rating_id": "",
  "prefer_related_applications": false,
  "related_applications": [],
  "icons": [
    {
      "src": "/icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/screenshot-mobile-1.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LoveMatch Discover – Profile entdecken"
    },
    {
      "src": "/screenshots/screenshot-mobile-2.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LoveMatch Matches – Deine Verbindungen"
    },
    {
      "src": "/screenshots/screenshot-mobile-3.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "LoveMatch Chat – Nachrichten"
    }
  ],
  "shortcuts": [
    {
      "name": "Entdecken",
      "short_name": "Discover",
      "description": "Neue Profile entdecken",
      "url": "/discover",
      "icons": [
        {
          "src": "/icons/shortcut-discover.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Matches",
      "short_name": "Matches",
      "description": "Deine Matches ansehen",
      "url": "/matches",
      "icons": [
        {
          "src": "/icons/shortcut-matches.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Nachrichten",
      "short_name": "Chat",
      "description": "Nachrichten lesen",
      "url": "/messages",
      "icons": [
        {
          "src": "/icons/shortcut-messages.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "protocol_handlers": [],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
