{
  "short_name": "Turahtid",
  "name": "Turahtid Clothing",
  "description": "Turahtid Clothing storefront and admin control room.",
  "icons": [
    { "src": "/icons/icon-192.png", "type": "image/png", "sizes": "192x192", "purpose": "any maskable" },
    { "src": "/icons/icon-512.png", "type": "image/png", "sizes": "512x512", "purpose": "any maskable" }
  ],
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#000000",
  "background_color": "#000000",
  "shortcuts": [
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "Track & fulfill orders",
      "url": "/admin?tab=orders",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Add Product",
      "short_name": "Add Product",
      "description": "Create a new product",
      "url": "/admin?new=1",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
