{
  "name": "TCTF Member Dashboard",
  "short_name": "TCTF Dashboard",
  "description": "The CometBid Technology Foundation Member Dashboard - Manage projects, collaborate with teams, and connect with the open source community.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#076BB6",
  "orientation": "portrait-primary",
  "categories": ["productivity", "business", "developer tools"],
  "lang": "en-US",
  "dir": "ltr",
  "scope": "/",
  "id": "tctf-dashboard",
  "icons": [
    {
      "src": "/favicons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/favicons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "My Projects",
      "short_name": "Projects",
      "description": "View and manage your projects",
      "url": "/projects",
      "icons": [{ "src": "/favicons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "View your messages",
      "url": "/messages",
      "icons": [{ "src": "/favicons/icon-192x192.png", "sizes": "192x192" }]
    },
    {
      "name": "Profile",
      "short_name": "Profile",
      "description": "Manage your profile",
      "url": "/profile",
      "icons": [{ "src": "/favicons/icon-192x192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false
}
