{
  "id": "always-connections",
  "name": "Always Connections",
  "short_name": "Always",
  "description": "Stay close to the people who matter most. Spread love, one connection at a time.",
  "start_url": "/app/connections?source=installed-app",
  "scope": "/",
  "display": "standalone",
  "background_color": "#faf8f3",
  "theme_color": "#8a19e6",
  "orientation": "portrait-primary",
  "shortcuts": [
    {
      "name": "My Connections",
      "url": "/app/connections"
    },
    {
      "name": "My Buckets",
      "url": "/app/buckets"
    },
    {
      "name": "Membership",
      "url": "/app/subscription"
    }
  ],
  "icons": [
    {
      "src": "/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}