{
  "name": "Society Compass",
  "short_name": "Society Compass",
  "description": "Lodge meetings, RSVPs and payments — right from your phone.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1A2540",
  "theme_color": "#1A2540",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Next meeting",
      "url": "/member/events",
      "description": "View your next upcoming meeting"
    },
    {
      "name": "Sign in",
      "url": "/sign-in",
      "description": "Sign in to Society Compass"
    }
  ]
}
