{
  "name": "PicDiet — AI Calorie Counter & Macro Tracker",
  "short_name": "PicDiet",
  "description": "Take a photo. Track your calories. AI-powered calorie counter and macro tracker app.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0f19",
  "theme_color": "#0b0f19",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/Imagens/icon-192.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/Imagens/icon-512.webp",
      "sizes": "512x512",
      "type": "image/webp",
      "purpose": "any"
    },
    {
      "src": "/Imagens/pic-logo.webp",
      "sizes": "192x192",
      "type": "image/webp",
      "purpose": "maskable"
    }
  ],
  "categories": ["health", "fitness", "lifestyle", "medical"],
  "shortcuts": [
    {
      "name": "Scan Meal",
      "url": "/#features",
      "description": "Scan your meal using AI"
    },
    {
      "name": "FAQ",
      "url": "/#faq",
      "description": "Frequently Asked Questions"
    }
  ]
}
