{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Hagl - Local Trading Platform",
  "short_name": "Hagl",
  "description": "Trade items locally with your community on Hagl",
  "theme_color": "#0d1d33",
  "background_color": "#f6fafb",
  "display": "standalone",
  "orientation": "portrait-primary",
  "scope": "/",
  "start_url": "/",
  "id": "/?homescreen=1",
  "categories": ["lifestyle", "social", "shopping"],
  "icons": [
    {
      "src": "64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Swipe Daily Picks",
      "short_name": "Swipe",
      "description": "Swipe through your daily picks",
      "url": "/swipe",
      "icons": [{ "src": "192.png", "sizes": "192x192" }]
    },
    {
      "name": "View Matches",
      "short_name": "Matches",
      "description": "View your matched items",
      "url": "/swipe?tab=matches",
      "icons": [{ "src": "192.png", "sizes": "192x192" }]
    },
    {
      "name": "Browse Items",
      "short_name": "Browse",
      "description": "Browse local listings",
      "url": "/discover",
      "icons": [{ "src": "192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  }
}
