{
  "name": "Fume - Find Your Signature Scents",
  "short_name": "Fume",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F5EDE3",
  "theme_color": "#F5EDE3",
  "handle_links": "preferred",
  "scope_extensions": [
    { "origin": "https://fumefrag.com" },
    { "origin": "https://*.fumefrag.com" }
  ],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
