{
  "name": "Celine Shop — Bestellingen & Producten",
  "short_name": "Celine Shop",
  "description": "Webshop-admin voor Celine Interieur — bestellingen, producten, klanten en facturatie.",
  "start_url": "/admin/shop",
  "scope": "/admin",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#b6694f",
  "theme_color": "#b6694f",
  "lang": "nl",
  "categories": ["business", "productivity", "shopping"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Bestellingen",
      "short_name": "Orders",
      "description": "Bekijk shop bestellingen",
      "url": "/admin/orders"
    },
    {
      "name": "Producten",
      "short_name": "Producten",
      "description": "Beheer shop producten",
      "url": "/admin/producten"
    },
    {
      "name": "Nieuwe factuur",
      "short_name": "Factuur",
      "description": "Maak een nieuwe factuur",
      "url": "/admin/facturatie/nieuw"
    }
  ]
}
