{
  "name": "MoneyBay — Buy & Sell",
  "short_name": "MoneyBay",
  "description": "Marketplace for the USA. Buy and sell anything locally.",
  "theme_color": "#002f34",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "/",
  "start_url": "/",
  "orientation": "portrait-primary",
  "lang": "en-US",
  "dir": "ltr",
  "categories": ["shopping", "marketplace", "business"],
  "icons": [
    {
      "src": "icons/icons8-m-50.png",
      "sizes": "50x50",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icons8-m-50.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icons8-m-50.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icons8-m-50.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icons8-m-50.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "icons/icons8-m-50.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Post Ad",
      "short_name": "Post",
      "description": "Create a new listing",
      "url": "/new-listing",
      "icons": [{ "src": "icons/icons8-m-50.png", "sizes": "96x96" }]
    },
    {
      "name": "My Listings",
      "short_name": "My Ads",
      "description": "View my listings",
      "url": "/my-listings",
      "icons": [{ "src": "icons/icons8-m-50.png", "sizes": "96x96" }]
    },
    {
      "name": "Messages",
      "short_name": "Messages",
      "description": "Chat with sellers",
      "url": "/messages",
      "icons": [{ "src": "icons/icons8-m-50.png", "sizes": "96x96" }]
    }
  ]
}
