{
  "name": "Kinwell",
  "short_name": "Kinwell",
  "description": "The operating system for family healthcare.",
  "start_url": "/home",
  "display": "standalone",
  "background_color": "#FAF7F1",
  "theme_color": "#1A7A6E",
  "orientation": "portrait",
  "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-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "lifestyle", "medical"],
  "shortcuts": [
    {
      "name": "Home",
      "url": "/home",
      "description": "Open Kinwell Home"
    },
    {
      "name": "Medicines",
      "url": "/medicines",
      "description": "View medicines"
    }
  ]
}
