{
  "id": "/capture",
  "name": "Cortex Capture",
  "short_name": "Cortex",
  "description": "Capture tasks and meetings into Cortex",
  "start_url": "/capture",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#faf9f6",
  "theme_color": "#faf9f6",
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "Capture task",
      "short_name": "New task",
      "url": "/capture"
    },
    {
      "name": "Record meeting",
      "short_name": "Meeting",
      "url": "/capture/meeting"
    }
  ],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
