{
  "name": "PremioKey - Premium Property Management",
  "short_name": "PremioKey",
  "description": "Streamlined rental management for modern landlords and tenants",
  "start_url": "/dashboard/gateway",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#18181b",
  "theme_color": "#7c3aed",
  "lang": "en",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your dashboard",
      "url": "/dashboard/landlord",
      "icons": [{ "src": "/icons/shortcut-dashboard.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Properties",
      "short_name": "Properties",
      "description": "View your properties",
      "url": "/dashboard/landlord/properties",
      "icons": [{ "src": "/icons/shortcut-properties.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Maintenance",
      "short_name": "Maintenance",
      "description": "View maintenance tickets",
      "url": "/dashboard/landlord/maintenance",
      "icons": [{ "src": "/icons/shortcut-maintenance.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  }
}
