{
  "name": "Leaf",
  "short_name": "Leaf",
  "description": "Personal plant care and collection manager",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FDFAF4",
  "theme_color": "#355E3B",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "Add Plant",
      "url": "/plants/add",
      "description": "Add a new plant to your collection"
    },
    {
      "name": "Log Care",
      "url": "/log",
      "description": "View care history"
    },
    {
      "name": "Report Issue",
      "url": "/issues/add",
      "description": "Report a plant health issue"
    }
  ]
}
