{
  "short_name": "NextApt",
  "name": "NextApt - Apartment Manager",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "id": "/",
  "start_url": "/",
  "background_color": "#F8FAFF",
  "theme_color": "#4f46e5",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "scope": "/",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "description": "Manage your apartment community offline and online.",
  "shortcuts": [
    {
      "name": "Notices",
      "short_name": "News",
      "description": "View latest announcements",
      "url": "/#/notices",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}