{
  "name": "Elevate NFT Marketplace",
  "short_name": "Elevate",
  "description": "Own the art, own the chain. The premier NFT marketplace on Bittensor EVM.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "orientation": "portrait",
  "scope": "/",
  "lang": "en",
  "categories": ["technology", "finance", "business"],
  "icons": [
    {
      "src": "/logo1x1-colored.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/logo1x1-colored.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/favicon.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/favicon.ico",
      "sizes": "any",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [
    {
      "src": "/X-BANNER.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Elevate NFT Marketplace - Browse Collections"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse Collections",
      "short_name": "Collections",
      "description": "Browse NFT collections",
      "url": "/collections",
      "icons": [
        {
          "src": "/logo1x1-colored.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Marketplace",
      "short_name": "Market",
      "description": "View marketplace",
      "url": "/",
      "icons": [
        {
          "src": "/logo1x1-colored.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
