{
  "name": "TCG Collector Tools",
  "short_name": "TCGCT",
  "description": "Free TCG price tracking, buyout alerts, and market predictions for Pokemon, MTG, Yu-Gi-Oh, and 9 more games.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0a0f",
  "theme_color": "#60A5FA",
  "orientation": "any",
  "categories": ["finance", "utilities", "shopping"],
  "icons": [
    {
      "src": "/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "TCG Collector Tools Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Buyout Alerts",
      "short_name": "Buyouts",
      "url": "/buyouts",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Price Predictions",
      "short_name": "Predictions",
      "url": "/predictions",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Arbitrage Finder",
      "short_name": "Arbitrage",
      "url": "/arbitrage",
      "icons": [{ "src": "/favicon-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ]
}
