{
  "name": "FIXX MY LIFE - Life Architect",
  "short_name": "FIXX MY LIFE",
  "description": "AI-powered life architecture platform. Build your mission, track your progress, manage 10 life modules.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0f0f1e",
  "theme_color": "#3b82f6",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%230f0f1e' width='192' height='192'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='80' font-weight='bold' fill='%233b82f6' font-family='system-ui'>✨</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%233b82f6' width='512' height='512'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='250' font-weight='bold' fill='%23ffffff' font-family='system-ui'>✨</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%230f0f1e' width='540' height='720'/><text x='50%' y='30%' dominant-baseline='middle' text-anchor='middle' font-size='60' font-weight='bold' fill='%233b82f6' font-family='system-ui'>FIXX MY LIFE</text><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='40' fill='%23ffffff' font-family='system-ui'>Life Architect AI</text><text x='50%' y='70%' dominant-baseline='middle' text-anchor='middle' font-size='30' fill='%2388ccff' font-family='system-ui'>Your Mission Awaits</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    }
  ],
  "categories": ["productivity", "lifestyle"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View your life dashboard",
      "url": "/dashboard",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%233b82f6' width='96' height='96' rx='20'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='50' fill='%23ffffff' font-family='system-ui'>📊</text></svg>", "sizes": "96x96", "type": "image/svg+xml" }]
    },
    {
      "name": "AI Agent",
      "short_name": "Agent",
      "description": "Talk to your Life Architect",
      "url": "/agent",
      "icons": [{ "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'><rect fill='%233b82f6' width='96' height='96' rx='20'/><text x='50%' y='50%' dominant-baseline='middle' text-anchor='middle' font-size='50' fill='%23ffffff' font-family='system-ui'>🤖</text></svg>", "sizes": "96x96", "type": "image/svg+xml" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
