{
  "name": "Gold & Silver Voucher PWA",
  "short_name": "GSVoucher",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#1a202c",
  "theme_color": "#facc15",
  "description": "A PWA for buying, selling, and managing gold and silver vouchers.",
  "icons": [
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}

