{
  "name": "Partynex \u2014 book your whole party",
  "short_name": "Partynex",
  "description": "Book the caterer, the DJ, the jumper and the cake in one place.",
  "start_url": "/?source=app",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1B1140",
  "theme_color": "#3B1160",
  "lang": "en",
  "categories": [
    "shopping",
    "lifestyle",
    "entertainment"
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse vendors",
      "url": "/?go=browse"
    },
    {
      "name": "List my business",
      "url": "/?go=forvendors"
    }
  ]
}