{
  "name": "Crew Love",
  "short_name": "Crew Love",
  "description": "Film and TV crew network for gigs, verified portfolios, location filters, and connection cards.",
  "id": "/",
  "start_url": "/index.php?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#060609",
  "theme_color": "#e50914",
  "icons": [
    {
      "src": "/assets/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Find Gigs",
      "url": "/index.php?view=mobile#gigs",
      "description": "Open current Crew Love gigs"
    },
    {
      "name": "Connection Card",
      "url": "/connect.php",
      "description": "Open Crew Love card connection"
    }
  ]
}