{
  "short_name": "Vitality",
  "name": "Vitality Services",
  "description": "Property inspection, maintenance, and repair management",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#0F1F3D",
  "background_color": "#0F1F3D",
  "orientation": "portrait",
  "scope": "/",
  "categories": ["business", "utilities"],
  "shortcuts": [
    {
      "name": "Submit Repair Request",
      "short_name": "Repair",
      "description": "Submit a new repair request",
      "url": "/tenant/request",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Reports",
      "short_name": "Reports",
      "description": "View property visit reports",
      "url": "/owner/reports",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
