{
  "name": "GigstaPulse",
  "short_name": "GigstaPulse",
  "description": "Your live gig experience. Check in, vote, feel it, remember it.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#06050c",
  "theme_color": "#06050c",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["entertainment", "music"],
  "shortcuts": [
    {
      "name": "Open GigstaPulse",
      "url": "/",
      "description": "Jump into the live experience"
    }
  ]
}