{
  "name": "CryptoLux - Premium Crypto Marketplace",
  "short_name": "CryptoLux",
  "description": "Il marketplace crypto più esclusivo al mondo. Auto di lusso, moda premium e tecnologia d'élite pagando solo in criptovalute. 300+ crypto accettate.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#D4AF37",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "it",
  "categories": ["shopping", "finance", "lifestyle", "luxury"],
  "icons": [
    {
      "src": "/assets/brand/cryptolux-favicon.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/brand/cryptolux-favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/assets/brand/cryptolux-symbol.png", 
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/brand/cryptolux-banner.png",
      "sizes": "1280x720",
      "type": "image/png",
      "platform": "wide"
    },
    {
      "src": "/assets/brand/cryptolux-mobile-splash.png",
      "sizes": "720x1280", 
      "type": "image/png",
      "platform": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Categorie Luxury",
      "short_name": "Categorie",
      "description": "Sfoglia le categorie luxury premium",
      "url": "/categories",
      "icons": [{ "src": "/assets/brand/cryptolux-favicon.png", "sizes": "48x48" }]
    },
    {
      "name": "Carrello Crypto",
      "short_name": "Carrello", 
      "description": "Visualizza carrello acquisti",
      "url": "/cart",
      "icons": [{ "src": "/assets/brand/cryptolux-favicon.png", "sizes": "48x48" }]
    },
    {
      "name": "Wishlist Premium",
      "short_name": "Wishlist",
      "description": "Prodotti salvati e desiderati",
      "url": "/wishlist", 
      "icons": [{ "src": "/assets/brand/cryptolux-favicon.png", "sizes": "48x48" }]
    },
    {
      "name": "Profilo VIP",
      "short_name": "Profilo",
      "description": "Account settings e ordini luxury",
      "url": "/profile",
      "icons": [{ "src": "/assets/brand/cryptolux-favicon.png", "sizes": "48x48" }]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "bitcoin",
      "url": "/crypto-payment?currency=BTC&address=%s"
    },
    {
      "protocol": "ethereum", 
      "url": "/crypto-payment?currency=ETH&address=%s"
    },
    {
      "protocol": "kaspa",
      "url": "/crypto-payment?currency=KASPA&address=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/import-crypto",
      "accept": {
        "application/json": [".json"],
        "text/csv": [".csv"]
      }
    }
  ],
  "share_target": {
    "action": "/share-luxury",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text", 
      "url": "url",
      "files": [
        {
          "name": "luxury-products",
          "accept": ["image/*", ".pdf"]
        }
      ]
    }
  }
}