{
  "name": "Health Logger",
  "short_name": "HealthLog",
  "description": "Track your food, sleep, and wellness activities",
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#4CAF50",
  "background_color": "#f5f5f5",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en-US",
  "categories": ["health", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><circle cx='96' cy='96' r='80' fill='%234CAF50'/><text x='96' y='116' text-anchor='middle' font-size='80' fill='white' font-family='Arial'>H</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><circle cx='256' cy='256' r='200' fill='%234CAF50'/><text x='256' y='316' text-anchor='middle' font-size='200' fill='white' font-family='Arial'>H</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 144 144'><circle cx='72' cy='72' r='60' fill='%234CAF50'/><text x='72' y='86' text-anchor='middle' font-size='60' fill='white' font-family='Arial'>H</text></svg>",
      "sizes": "144x144",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='40' fill='%234CAF50'/><text x='48' y='58' text-anchor='middle' font-size='40' fill='white' font-family='Arial'>H</text></svg>",
      "sizes": "96x96",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 72 72'><circle cx='36' cy='36' r='30' fill='%234CAF50'/><text x='36' y='44' text-anchor='middle' font-size='30' fill='white' font-family='Arial'>H</text></svg>",
      "sizes": "72x72",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'><circle cx='24' cy='24' r='20' fill='%234CAF50'/><text x='24' y='30' text-anchor='middle' font-size='20' fill='white' font-family='Arial'>H</text></svg>",
      "sizes": "48x48",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Add Activity",
      "short_name": "Add",
      "description": "Quick add a new activity entry",
      "url": "/?action=add",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='40' fill='%234CAF50'/><text x='48' y='58' text-anchor='middle' font-size='40' fill='white'>+</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    },
    {
      "name": "Today's View",
      "short_name": "Today",
      "description": "View today's activities",
      "url": "/?view=today",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><circle cx='48' cy='48' r='40' fill='%234CAF50'/><text x='48' y='58' text-anchor='middle' font-size='25' fill='white'>📅</text></svg>",
          "sizes": "96x96",
          "type": "image/svg+xml"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect width='540' height='720' fill='%23f5f5f5'/><rect x='20' y='20' width='500' height='80' rx='12' fill='%234CAF50'/><text x='270' y='70' text-anchor='middle' font-size='24' fill='white' font-family='Arial'>Health Logger</text><rect x='20' y='120' width='500' height='100' rx='8' fill='white'/><text x='40' y='150' font-size='18' fill='%23333' font-family='Arial'>Monday 24/2</text><rect x='40' y='160' width='60' height='20' rx='10' fill='%23e8f5e8'/><text x='70' y='173' text-anchor='middle' font-size='10' fill='%232e7d2e' font-family='Arial'>Sleep (1)</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Week overview showing daily activity summaries"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect width='540' height='720' fill='%23f5f5f5'/><rect x='20' y='20' width='500' height='80' rx='12' fill='%234CAF50'/><text x='270' y='70' text-anchor='middle' font-size='24' fill='white' font-family='Arial'>Monday 24/2</text><rect x='20' y='120' width='500' height='400' rx='8' fill='white'/><rect x='20' y='140' width='500' height='40' fill='%23f8f9fa'/><text x='80' y='164' font-size='14' fill='%23333' font-family='Arial'>Sleep</text><rect x='140' y='150' width='200' height='20' rx='4' fill='%234CAF50'/></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow",
      "label": "Swim lane view showing hourly timeline and activity blocks"
    }
  ]
}