{
  "id": "tankbase-app",
  "name": "TankBase — The home of aquarium keeping",
  "short_name": "TankBase",
  "description": "Buy and sell aquariums, corals, equipment and livestock. Track your tank, get AI advice and join the community.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0369a1",
  "categories": ["shopping", "lifestyle", "utilities"],
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "screenshots": [
    {
      "src": "/og-image.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "TankBase marketplace homepage"
    },
    {
      "src": "/og-free-water-check.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "TankBase free water check"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse listings",
      "short_name": "Browse",
      "description": "See the latest aquarium listings",
      "url": "/browse",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Sell an item",
      "short_name": "Sell",
      "description": "List your aquarium gear for sale",
      "url": "/sell",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Tank Log",
      "short_name": "Tank Log",
      "description": "Log your water parameters",
      "url": "/tank-log",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
