{
  "name": "Purpose & Prosperity Management Dashboard",
  "short_name": "P&P Hub",
  "description": "Sober-living operations dashboard: residents, housing, payments, referrals, and the resident portal.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f9f9f5",
  "theme_color": "#557e2a",
  "icons": [
    { "src": "assets/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "assets/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Resident Portal",
      "short_name": "Portal",
      "url": "./portal.html",
      "icons": [{ "src": "assets/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
