{
  "name": "GC Task CRM",
  "short_name": "GC CRM",
  "description": "Internal command center for Get Catalyzed.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#4f46e5",
  "shortcuts": [
    {
      "name": "Capture a thought",
      "short_name": "New note",
      "description": "Open your private My Notes inbox",
      "url": "/my-notes?capture=1",
      "icons": [{ "src": "/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
