{
  "name": "Cortex",
  "short_name": "Cortex",
  "description": "AI Chief of Staff - Edge-First Voice Interface",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0b0f14",
  "theme_color": "#0b0f14",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "shortcuts": [
    {
      "name": "New Conversation",
      "url": "/?view=voice",
      "description": "Start a voice conversation"
    },
    {
      "name": "Dashboard",
      "url": "/?view=context",
      "description": "View daily context"
    },
    {
      "name": "Media Library",
      "url": "/media-library/",
      "description": "Import PDFs and EPUBs"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "text/*", "application/pdf", ".md", ".txt", ".json"]
        }
      ]
    }
  }
}
