{
  "name": "Payslashes Marketplace",
  "short_name": "Payslashes",
  "description": "Shop products from trusted sellers on Payslashes.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#00844c",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/icons/icon-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/static/icons/icon-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Shop products",
      "short_name": "Shop",
      "url": "/product/v1/",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "My cart",
      "short_name": "Cart",
      "url": "/cart/v1/",
      "icons": [
        {
          "src": "/static/icons/icon-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}