{
  "id": "/merchant/",
  "name": "Anturun Merchant",
  "short_name": "Merchant",
  "description": "Kelola pesanan, produk, promo, dan profil toko Anturun.",
  "theme_color": "#a855f7",
  "background_color": "#faf5ff",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait",
  "scope": "/merchant/",
  "start_url": "/merchant/?source=pwa",
  "categories": ["business", "food", "productivity"],
  "icons": [
    {
      "src": "/merchant/icons/merchant-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/merchant/icons/merchant-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Pesanan Toko",
      "short_name": "Pesanan",
      "url": "/merchant/?source=pwa-shortcut",
      "icons": [{ "src": "/merchant/icons/merchant-192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "screenshots": [
    {
      "src": "/merchant/screenshots/mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/merchant/screenshots/desktop.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
