{
  "name": "Zecom Admin",
  "short_name": "Zecom",
  "description": "Manage products, orders, and content from mobile like an app.",
  "start_url": "/admin",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "All Products",
      "short_name": "Products",
      "url": "/admin/products",
      "description": "Open product list"
    },
    {
      "name": "Add Product",
      "short_name": "Add",
      "url": "/admin/products/create",
      "description": "Create a new product"
    }
  ]
}
