{
  "name": "Guardian Home Check Services",
  "short_name": "Guardian Home",
  "description": "Premium home watch and property management services",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "share_target": {
    "action": "/shared-content",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/*", ".jpg", ".jpeg", ".png", ".gif", ".webp"]
        },
        {
          "name": "documents", 
          "accept": [".pdf", ".doc", ".docx", ".txt"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Schedule Inspection",
      "short_name": "Schedule",
      "description": "Quick access to schedule a property inspection",
      "url": "/appointment",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Client Portal",
      "short_name": "Portal", 
      "description": "Access your property reports and documents",
      "url": "/client-portal",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Emergency Contact",
      "short_name": "Emergency",
      "description": "Quick access to emergency contacts",
      "url": "/contact?emergency=true",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}