{
  "id": "/",
  "name": "Gadget Trade",
  "short_name": "Gadget Trade",
  "description": "Sell, buy, and swap gadgets easily.",
  "start_url": "/splash",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "orientation": "natural",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "categories": ["shopping", "business"],
  "icons": [
    {
      "src": "/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
