{
  "name": "Spot Risky Tenant",
  "short_name": "SpotRisky",
  "description": "AI-powered tenant screening and risk assessment for landlords.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e293b",
  "orientation": "portrait-primary",
  "categories": ["business", "finance", "productivity"],
  "icons": [
    {
      "src": "./icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Screening",
      "short_name": "Evaluate",
      "description": "Screen a new tenant applicant",
      "url": "./"
    },
    {
      "name": "Screening History",
      "short_name": "History",
      "description": "View past screenings",
      "url": "./history"
    }
  ]
}
