{
  "name": "Mega Tea Kit Fundraiser",
  "short_name": "Mega Tea",
  "description": "Tea that funds the things that matter to your community. Schools, sports teams, churches, and community groups raise real money — one Mega Tea Kit at a time.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#d4af37",
  "background_color": "#0e0e18",
  "icons": [
    {
      "src": "assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "shopping", "lifestyle"],
  "shortcuts": [
    {
      "name": "Order Mega Tea",
      "short_name": "Order",
      "description": "Place a Mega Tea kit order",
      "url": "./?role=customer",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Distributor Dashboard",
      "short_name": "Dashboard",
      "description": "Open the live orders dashboard",
      "url": "./distributor.html",
      "icons": [{ "src": "assets/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ]
}
