{
  "name": "aJcart — Shop Local",
  "short_name": "aJcart",
  "description": "Shop local, delivered fast",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAFAF9",
  "theme_color": "#F97316",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "categories": ["shopping", "lifestyle"],
  "shortcuts": [
    { "name": "Shop Now",   "url": "/?screen=shop",    "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Orders",  "url": "/?screen=orders",  "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Bag",     "url": "/?screen=cart",    "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }] }
  ]
}
