{
  "name": "Sweet App PIE",
  "short_name": "Sweet App PIE",
  "description": "The premier digital ecosystem for Black and Brown communities. Access AI tools, scholarships, jobs, funding, news, and connect with your community.",
  "start_url": "/home-tab",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#5B3E8E",
  "theme_color": "#5B3E8E",
  "lang": "en",
  "categories": ["social", "business", "education", "finance", "news"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/sap-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "label": "Sweet App PIE Home"
    }
  ],
  "shortcuts": [
    {
      "name": "AI Tools",
      "short_name": "AI Tools",
      "description": "Access 10 AI-powered business tools",
      "url": "/ai-tools",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Funding Vault",
      "short_name": "Funding",
      "description": "Find grants, scholarships, and funding",
      "url": "/funding-vault",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Community",
      "short_name": "Community",
      "description": "Connect with your community",
      "url": "/community-tab",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
