{
  "name": "Rent Manager",
  "short_name": "Rent manager",
  "description": "Manage rental rooms, tenants and payment history offline.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "orientation": "portrait",
  "background_color": "#FBF6EC",
  "theme_color": "#C2562E",
  "categories": ["business", "productivity", "finance"],
  "launch_handler": { "client_mode": "auto" },
  "handle_links": "preferred",
  "edge_side_panel": { "preferred_width": 400 },
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Add room",
      "short_name": "New room",
      "description": "Create a new rental room",
      "url": "/rooms/new",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Payments",
      "short_name": "Payments",
      "description": "View payment history",
      "url": "/payments",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "description": "Open settings",
      "url": "/settings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Rent Manager on mobile"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Rent Manager dashboard"
    }
  ]
}