{
  "name": "My Fidelity Cards",
  "short_name": "Cards",
  "description": "Store and quickly access all your fidelity and loyalty cards in one place.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f4f4f5",
  "theme_color": "#007bff",
  "categories": ["utilities", "shopping"],
  "icons": [
    {
      "src": "/manifest-icon/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/manifest-icon/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}