{
  "name": "MADD RIPZ",
  "short_name": "MADD RIPZ",
  "description": "Pokemon card collection tracker, price comparison, and community marketplace",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#080D1A",
  "theme_color": "#080D1A",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["games", "finance", "utilities"],
  "icons": [
    {
      "src": "/apple-touch-icon-v5.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192-v5.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-v5.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "My Collection",
      "short_name": "Collection",
      "description": "View and manage your card collection",
      "url": "/collection",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Recent Sales",
      "short_name": "Sales",
      "description": "Browse community verified sales",
      "url": "/recent-sales",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Collectors",
      "short_name": "Traders",
      "description": "Browse the collector community",
      "url": "/traders",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
