{
  "name": "Friends by EventBridge",
  "short_name": "Friends",
  "description": "Find your people. See who's going to events near you, connect with friends, and never go out alone again.",
  "start_url": "/friends.html",
  "scope": "/friends.html",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#050505",
  "theme_color": "#0f74bd",
  "categories": ["social", "entertainment", "lifestyle"],
  "icons": [
    {
      "src": "./resources/friends/icon/blue.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./resources/friends/icon/blue.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./resources/friends/icon/blue.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "./resources/friends/screenshot-map.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Live map of people and events near you"
    },
    {
      "src": "./resources/friends/screenshot-feed.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "See what your friends are attending"
    }
  ],
  "shortcuts": [
    {
      "name": "Scan QR",
      "short_name": "Scan",
      "description": "Scan a friend's QR code to connect instantly",
      "url": "/friends.html?action=scan",
      "icons": [{ "src": "./resources/logo/pngs/short/blue.png", "sizes": "96x96" }]
    },
    {
      "name": "Find My Car",
      "short_name": "My Car",
      "description": "Navigate back to where you parked",
      "url": "/friends.html?action=car",
      "icons": [{ "src": "./resources/logo/pngs/short/blue.png", "sizes": "96x96" }]
    },
    {
      "name": "Send Funds",
      "short_name": "Send",
      "description": "Send Seamless funds to a friend",
      "url": "/friends.html?action=funds",
      "icons": [{ "src": "./resources/logo/pngs/short/blue.png", "sizes": "96x96" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "share_target": {
    "action": "/friends.html",
    "method": "GET",
    "params": {
      "text": "invite"
    }
  }
}