{
  "name": "Keryx - AI-Powered Life Operating System",
  "short_name": "Keryx",
  "description": "Your AI-powered personal memory assistant. Voice-first capture with semantic search, goal tracking, and proactive insights.",
  "start_url": "/voice",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0f172a",
  "theme_color": "#0f172a",
  "categories": ["productivity", "lifestyle", "utilities"],
  "shortcuts": [
    {
      "name": "New Memory",
      "short_name": "Memory",
      "description": "Log a new memory or thought",
      "url": "/voice",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "Voice Record",
      "short_name": "Record",
      "description": "Start voice recording immediately",
      "url": "/voice?autostart=true",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    },
    {
      "name": "New Reminder",
      "short_name": "Reminder",
      "description": "Set a new reminder",
      "url": "/reminders?new=true",
      "icons": [{ "src": "/icons/icon-96.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "file",
          "accept": [
            "application/json",
            "application/zip",
            "application/x-ndjson",
            "text/plain",
            ".json",
            ".zip",
            ".ndjson"
          ]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/maskable-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
