{
  "name": "Quick Card",
  "short_name": "Quick Card",
  "description": "Collect Google reviews and save business cards to your Quick Card.",
  "start_url": "/home/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#E8E5DF",
  "theme_color": "#968F83",
  "related_applications": [
    { "platform": "webapp", "url": "/manifest.json" }
  ],
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}
