{
  "name": "SkinWatch",
  "short_name": "SkinWatch",
  "description": "CS2 Skin Price Aggregator & Arbitrage Dashboard",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1a1a2e",
  "background_color": "#0f0f1e",
  "lang": "de",
  "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": "Live Tape",
      "short_name": "Live",
      "description": "Real-time listing stream",
      "url": "/live"
    },
    {
      "name": "Deals",
      "short_name": "Deals",
      "description": "Aktuelle Schnaeppchen",
      "url": "/deals"
    },
    {
      "name": "Watchlist",
      "short_name": "Watchlist",
      "url": "/watchlist"
    }
  ],
  "categories": ["finance", "utilities", "productivity"]
}
