{
  "name": "Browns Barkers Member Portal",
  "short_name": "Browns Barkers",
  "description": "Member portal for Browns Barkers fan club",
  "start_url": "/member-portal/",
  "display": "standalone",
  "background_color": "#311D00",
  "theme_color": "#311D00",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/images/logo-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/logo-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Profile",
      "short_name": "Profile",
      "url": "/member-portal/profile/",
      "icons": [{"src": "/static/images/logo-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Refer Friends",
      "short_name": "Refer",
      "url": "/member-portal/referral/",
      "icons": [{"src": "/static/images/logo-192.png", "sizes": "192x192"}]
    },
    {
      "name": "Join or Renew",
      "short_name": "Join",
      "url": "/signup/",
      "icons": [{"src": "/static/images/logo-192.png", "sizes": "192x192"}]
    }
  ]
}
