{
  "name": "eHouseManual - Home Maintenance Tracker",
  "short_name": "eHouseManual",
  "description": "Never forget home maintenance again. The smart way to track, schedule, and manage all your home maintenance in one place.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0284c7",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "files": [
        {
          "name": "photos",
          "accept": ["image/jpeg", "image/png", "image/gif", "image/webp", "image/heic", "image/heif"]
        }
      ]
    }
  }
}
