{
  "name": "YibblyBit Time Dashboard",
  "short_name": "YibblyBit",
  "description": "Real-time clock dashboard for all U.S. time zones and UTC.",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui", "browser"],
  "background_color": "#080808",
  "theme_color": "#080808",
  "orientation": "any",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Time Converter",
      "short_name": "Converter",
      "description": "Convert times across U.S. time zones",
      "url": "/converter.html",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
