{
  "name": "The Word Clock",
  "short_name": "Word Clock",
  "description": "A minimalist clock that displays time in words",
  "start_url": "/EN",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "orientation": "any",
  "categories": ["utilities", "lifestyle"],
  "lang": "en",
  "dir": "auto",
  "icons": [
    {
      "src": "/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/img/favicon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/img/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Word Clock showing time in English"
    }
  ],
  "shortcuts": [
    { "name": "Hebrew", "short_name": "HE", "url": "/HE", "icons": [{ "src": "/img/favicon-192.png", "sizes": "192x192" }] },
    { "name": "English", "short_name": "EN", "url": "/EN", "icons": [{ "src": "/img/favicon-192.png", "sizes": "192x192" }] },
    { "name": "Spanish", "short_name": "ES", "url": "/ES", "icons": [{ "src": "/img/favicon-192.png", "sizes": "192x192" }] },
    { "name": "French", "short_name": "FR", "url": "/FR", "icons": [{ "src": "/img/favicon-192.png", "sizes": "192x192" }] },
    { "name": "Russian", "short_name": "RU", "url": "/RU", "icons": [{ "src": "/img/favicon-192.png", "sizes": "192x192" }] },
    { "name": "Arabic", "short_name": "AR", "url": "/AR", "icons": [{ "src": "/img/favicon-192.png", "sizes": "192x192" }] }
  ]
}
