{
  "name": "Cardyvore",
  "short_name": "Cardyvore",
  "description": "TCG card marketplace — kúp, predaj, vymeň",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "handle_links": "not-preferred",
  "launch_handler": { "client_mode": "navigate-existing" },
  "background_color": "#070B14",
  "theme_color": "#070B14",
  "lang": "sk",
  "orientation": "portrait-primary",
  "categories": ["shopping", "entertainment"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon.svg",  "sizes": "any",      "type": "image/svg+xml" }
  ],
  "shortcuts": [
    { "name": "Marketplace", "short_name": "Kúp",   "url": "/marketplace",    "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Predaj kartu", "short_name": "Predaj", "url": "/create-listing", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
