{
  "name": "Grassroots Music Collective",
  "short_name": "Grassroots",
  "description": "Your music career command center. Set goals, track progress, and run your music like a business.",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1a2e1f",
  "theme_color": "#2D4A35",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/grassroots-logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "categories": ["music", "business", "productivity"],
  "shortcuts": [
    {
      "name": "My Goals",
      "short_name": "Goals",
      "description": "View your 90-day goals",
      "url": "/dashboard",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "My Gigs",
      "short_name": "Gigs",
      "description": "View your upcoming shows",
      "url": "/my-gigs",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Tools",
      "short_name": "Tools",
      "description": "Open the toolkit",
      "url": "/tools",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}