{
  "name": "AssetNest",
  "short_name": "AssetNest",
  "description": "Global asset marketplace \u2014 find and list assets anywhere.",
  "start_url": "/browse",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#0B0C0E",
  "theme_color": "#C9A227",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Assets",
      "url": "/browse"
    },
    {
      "name": "Request Asset",
      "url": "/browse#request"
    }
  ]
}