{
  "id": "/?source=pwa",
  "name": "Propsistant — Landlord-Tenant Research",
  "short_name": "Propsistant",
  "description": "Landlord-tenant research and workflow platform with source-backed statute information.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 480
  },
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Ask Propsistant",
      "short_name": "Ask",
      "description": "Research a landlord-tenant question",
      "url": "/or/ask?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Rent Calculator",
      "short_name": "Calculator",
      "description": "Calculate rent increases under SB 608",
      "url": "/or/calculator?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Deposit Assistant",
      "short_name": "Deposit",
      "description": "Analyze security deposit deductions",
      "url": "/or/deposit-assistant?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Notice Delivery",
      "short_name": "Delivery",
      "description": "Calculate notice delivery deadlines",
      "url": "/or/delivery?source=pwa_shortcut",
      "icons": [{ "src": "/icon-96.png", "sizes": "96x96", "type": "image/png" }]
    }
  ]
}
