{
  "name": "Skinwich",
  "short_name": "Skinwich",
  "description": "Smart skincare, ingredient by ingredient. Build your routine, decode any ingredient list, check interactions.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#F7F4EF",
  "theme_color": "#1A3C34",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Build Routine",
      "short_name": "Routine",
      "url": "/routine",
      "description": "Build your personalized skincare routine"
    },
    {
      "name": "Decode Ingredients",
      "short_name": "Ingredients",
      "url": "/ingredients",
      "description": "Decode any ingredient list"
    }
  ],
  "categories": ["health", "lifestyle", "beauty"]
}
