{
  "name": "MUBSell, buy and sell near you",
  "short_name": "MUBSell",
  "description": "Buy and sell with people near you. Free to list, no commission.",
  "start_url": "/index.php?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#F4F8FF",
  "theme_color": "#1A73E8",
  "lang": "en",
  "icons": [
    {
      "src": "/assets/img/pwa/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/img/pwa/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Sell an item", "url": "/post-product.php", "description": "Post something for sale" },
    { "name": "Messages",     "url": "/messages.php",     "description": "Your conversations" }
  ]
}
