{
  "name": "cordially.to",
  "short_name": "Cordially",
  "description": "Throw something worth showing up to. Beautiful party invites and RSVPs.",
  "start_url": "/dashboard/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0b0a0e",
  "theme_color": "#ff4d6d",
  "categories": [
    "social",
    "lifestyle",
    "productivity"
  ],
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Create event",
      "short_name": "Create",
      "url": "/create/",
      "description": "Throw a new party"
    },
    {
      "name": "My events",
      "short_name": "Events",
      "url": "/dashboard/",
      "description": "View your hosted events and RSVPs"
    }
  ]
}