{
  "short_name": "Aroidex",
  "name": "Aroidex — Plant Tracker",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "apple-touch-icon.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#3a5a40",
  "background_color": "#f5f5f0",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "Start a Round",
      "short_name": "Rounds",
      "description": "Jump into a Care Round to check on your plants",
      "url": "/rounds",
      "icons": [{ "src": "apple-touch-icon.png", "sizes": "192x192" }]
    },
    {
      "name": "Care Plan",
      "short_name": "Plan",
      "description": "View your scheduled care tasks for the week",
      "url": "/plan",
      "icons": [{ "src": "apple-touch-icon.png", "sizes": "192x192" }]
    }
  ]
}
