{
  "id": "/",
  "name": "Seeze",
  "short_name": "Seeze",
  "description": "Local creative small-business marketplace",
  "lang": "en",
  "dir": "ltr",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "orientation": "portrait",
  "background_color": "#f7f3eb",
  "theme_color": "#8c5a3c",
  "categories": ["shopping", "local-services", "business"],
  "prefer_related_applications": false,
  "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-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icon-monochrome.png", "sizes": "512x512", "type": "image/png", "purpose": "monochrome" }
  ],
  "screenshots": [
    { "src": "/screenshots/home.png", "sizes": "357x637", "type": "image/png", "form_factor": "narrow", "label": "Browse curated local products from creative sellers." },
    { "src": "/screenshots/product.png", "sizes": "357x636", "type": "image/png", "form_factor": "narrow", "label": "View detailed product pages with transparent pricing and reviews." },
    { "src": "/screenshots/snap.png", "sizes": "355x635", "type": "image/png", "form_factor": "narrow", "label": "Share short video snaps to showcase products, engage buyers, and boost your store visibility." }
  ],
  "shortcuts": [
    { "name": "Browse Snaps", "short_name": "Snaps", "url": "/snaps", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "My Orders", "short_name": "Orders", "url": "/orders", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] },
    { "name": "My Profile", "short_name": "Profile", "url": "/profile", "icons": [{ "src": "/icon-192.png", "sizes": "192x192", "type": "image/png" }] }
  ],
  "protocol_handlers": [
    { "protocol": "web+seeze", "url": "/?handler=%s" }
  ]
}