{
  "name": "UniHub Marketplace",
  "short_name": "UniHub",
  "description": "Student marketplace for buying, selling, and connecting on campus.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#7c3aed",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%237c3aed' width='192' height='192'/><text x='50%' y='50%' font-size='90' fill='white' text-anchor='middle' dy='.3em' font-weight='bold' font-family='system-ui'>UH</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%237c3aed' width='512' height='512'/><text x='50%' y='50%' font-size='240' fill='white' text-anchor='middle' dy='.3em' font-weight='bold' font-family='system-ui'>UH</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%237c3aed' width='192' height='192' rx='45'/><text x='50%' y='50%' font-size='90' fill='white' text-anchor='middle' dy='.3em' font-weight='bold' font-family='system-ui'>UH</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><rect fill='%237c3aed' width='512' height='512' rx='120'/><text x='50%' y='50%' font-size='240' fill='white' text-anchor='middle' dy='.3em' font-weight='bold' font-family='system-ui'>UH</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "categories": ["shopping", "productivity"],
  "screenshots": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 540 720'><rect fill='%23f8fafc' width='540' height='720'/><rect fill='%237c3aed' width='540' height='100'/><text x='20' y='60' font-size='32' fill='white' font-weight='bold'>UniHub</text></svg>",
      "sizes": "540x720",
      "type": "image/svg+xml",
      "form_factor": "narrow"
    },
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1280 720'><rect fill='%23f8fafc' width='1280' height='720'/><rect fill='%237c3aed' width='1280' height='100'/><text x='20' y='60' font-size='32' fill='white' font-weight='bold'>UniHub</text></svg>",
      "sizes": "1280x720",
      "type": "image/svg+xml",
      "form_factor": "wide"
    }
  ],
  "shortcuts": [
    {
      "name": "Create Listing",
      "short_name": "Create",
      "description": "Create a new product listing",
      "url": "/listings/create?source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%237c3aed' width='192' height='192'/><text x='96' y='96' font-size='80' fill='white' text-anchor='middle' dy='.3em' font-weight='bold'>+</text></svg>",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Browse Listings",
      "short_name": "Browse",
      "description": "Browse available listings",
      "url": "/listings?source=shortcut",
      "icons": [
        {
          "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect fill='%237c3aed' width='192' height='192'/><text x='96' y='96' font-size='80' fill='white' text-anchor='middle' dy='.3em' font-weight='bold'>🔍</text></svg>",
          "sizes": "192x192"
        }
      ]
    }
  ]
}

