{
  "name": "Invitofy — Digital Invitations",
  "short_name": "Invitofy",
  "description": "Create and send beautiful personalised digital invitations. Track RSVPs in real-time.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f4f6fb",
  "theme_color": "#6c63ff",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/assets/img/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/assets/img/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    { "src": "/assets/img/screenshot-desktop.png", "sizes": "1280x720", "type": "image/png", "form_factor": "wide" },
    { "src": "/assets/img/screenshot-mobile.png",  "sizes": "390x844",  "type": "image/png", "form_factor": "narrow" }
  ],
  "shortcuts": [
    {
      "name": "Create Event",
      "short_name": "New Event",
      "description": "Create a new invitation event",
      "url": "/events.php?action=create",
      "icons": [{ "src": "/assets/img/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
