{
  "name": "ByteBell",
  "short_name": "ByteBell",
  "icons": [
    {
      "src": "/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable",
       "media": "(prefers-color-scheme: light)"
    },
    {
      "src": "/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable",
      "media": "(prefers-color-scheme: dark)"
    }
  ],
  "theme_color": "#0000",
  "background_color": "#0000",
  "display": "standalone"
}