{
  "name": "OnlyHoa — HOA Management",
  "short_name": "OnlyHoa",
  "description": "HOA community portal — pay dues, submit tickets, view announcements",
  "start_url": "/Dashboard",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0f1f3d",
  "theme_color": "#0f1f3d",
  "orientation": "portrait-primary",
  "categories": ["utilities", "lifestyle"],
  "icons": [
    {
      "src": "/images/logo-onlyhoa.jpg",
      "sizes": "192x192",
      "type": "image/jpeg",
      "purpose": "any maskable"
    },
    {
      "src": "/images/logo-onlyhoa.jpg",
      "sizes": "512x512",
      "type": "image/jpeg",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Pay Dues",
      "short_name": "Pay",
      "url": "/Stripe/Pay",
      "icons": [{ "src": "/images/logo-onlyhoa.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    },
    {
      "name": "Submit Ticket",
      "short_name": "Ticket",
      "url": "/Ticketing",
      "icons": [{ "src": "/images/logo-onlyhoa.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    },
    {
      "name": "Announcements",
      "short_name": "News",
      "url": "/Announcements",
      "icons": [{ "src": "/images/logo-onlyhoa.jpg", "sizes": "192x192", "type": "image/jpeg" }]
    }
  ]
}
