{
  "name": "SpiritX",
  "short_name": "SpiritX",
  "start_url": "/app-shell",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#8e0033",
  "description": "Discover pairings and knowledge with SpiritX.",
  "icons": [
    {
      "src": "/icons/App-Icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/App-Icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "Quick access to your cart",
      "url": "/app-shell/cart",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Wishlist",
      "short_name": "Wishlist",
      "description": "All of your favourites",
      "url": "/app-shell/wishlist",
      "icons": [
        {
          "src": "/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
