{
  "name": "Bots, Brains & Big Gifts",
  "short_name": "BBBG",
  "description": "The one-of-a-kind platform where fundraisers, nonprofits, and AI meet.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#060f08",
  "theme_color": "#1a4d2e",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["education", "business", "productivity"],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "/icons/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "BBBG Dashboard"
    },
    {
      "src": "/icons/screenshot-narrow.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "BBBG on Mobile"
    }
  ],
  "shortcuts": [
    {
      "name": "Member Dashboard",
      "short_name": "Dashboard",
      "description": "Go to your member dashboard",
      "url": "/members",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Chat with Maya",
      "short_name": "Maya AI",
      "description": "Open Maya Vector AI Coach",
      "url": "/members",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Community Feed",
      "short_name": "Community",
      "description": "View the community feed",
      "url": "/community",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
