{
  "name": "EverBound",
  "short_name": "EverBound",
  "description": "Stay close, no matter the distance — your private space for two.",
  "id": "/?source=pwa",
  "start_url": "/app/widget?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0E0C09",
  "theme_color": "#0E0C09",
  "icons": [
    { "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" }
  ],
  "shortcuts": [
    { "name": "Check in", "url": "/app/checkin", "icons": [{"src": "/icon-192.png","sizes":"192x192"}] },
    { "name": "Chat", "url": "/app/chat", "icons": [{"src": "/icon-192.png","sizes":"192x192"}] },
    { "name": "Send a love note", "url": "/app/notes", "icons": [{"src": "/icon-192.png","sizes":"192x192"}] }
  ]
}
