{
  "name": "TAGD — AI Resale Scanner",
  "short_name": "TAGD",
  "description": "Scan thrift items and get instant resale analysis.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#000000",
  "theme_color": "#D8FF3E",
  "categories": ["shopping", "productivity", "lifestyle"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Scan an item", "short_name": "Scan", "url": "/scan", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Library", "short_name": "Library", "url": "/library", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}