{
  "name": "Nutrical",
  "short_name": "Nutrical",
  "description": "Track your daily nutrition intake with comprehensive micronutrient analysis, custom meals, recipes, and AI-powered food enhancement.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["health", "fitness", "nutrition", "lifestyle"],
  "icons": [
    {
      "src": "https://nutrical.app/assets/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://nutrical.app/assets/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://nutrical.app/assets/logo.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "https://nutrical.app/assets/logo.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "https://nutrical.app/assets/logo.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "https://nutrical.app/assets/logo.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "https://nutrical.app/assets/logo.png",
      "sizes": "256x256",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Food",
      "short_name": "Add Food",
      "description": "Quickly add a food item to your daily intake",
      "url": "/?action=add-food",
      "icons": [
        {
          "src": "https://nutrical.app/assets/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "View Progress",
      "short_name": "Progress",
      "description": "Check your weight and nutrition progress",
      "url": "/progress.html",
      "icons": [
        {
          "src": "https://nutrical.app/assets/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Custom Meals",
      "short_name": "Custom Meals",
      "description": "Create and manage custom meal recipes",
      "url": "/add-custom-meal.html",
      "icons": [
        {
          "src": "https://nutrical.app/assets/logo.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Recipes",
      "short_name": "Recipes",
      "description": "Browse and create nutrition recipes",
      "url": "/recipes.html",
      "icons": [
        {
          "src": "https://nutrical.app/assets/logo.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [],
  "dir": "ltr",
  "display_override": ["standalone", "minimal-ui"],
  "edge_side_panel": {
    "preferred_width": 480
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+nutrical",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/share-food",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "food_image",
          "accept": ["image/*"]
        }
      ]
    }
  }
}