{
  "name": "QR Code Generator",
  "short_name": "QR Generator",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#5c015e",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/?shared=1",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "contact",
          "accept": ["text/vcard", "text/x-vcard", ".vcf"]
        }
      ]
    }
  }
}
