{
  "name": "Date Now Not Later",
  "short_name": "Date Now",
  "description": "Private, judgment-free dating with trust-first profile and health sharing controls.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#F8FAF9",
  "theme_color": "#1F6F6F",
  "orientation": "portrait",
  "categories": ["dating", "social", "lifestyle"],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse",
      "short_name": "Browse",
      "description": "Browse thoughtful matches.",
      "url": "/browse",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "My Profile",
      "short_name": "Profile",
      "description": "Review and edit your profile.",
      "url": "/my-profile",
      "icons": [{ "src": "/icons/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
