{
  "name": "WorldClock for Web",
  "short_name": "WorldClock",
  "start_url": "../",
  "scope": "../",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#009DFF",
  "description": "A web application that lets you check current times worldwide and instantly compare time differences by intuitively scrolling through time.",
  "icons": [
    {
      "src": "../images/worldclock_192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "../images/worldclock_512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}