{
  "id": "/",
  "name": "ClockLearn",
  "short_name": "ClockLearn",
  "description": "Learn to tell time with an interactive analog and digital clock. Drag the hands, swipe, spin, and discover how everything connects. Turn on helpers to unlock new learning layers and features.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#111111",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["education", "kids", "productivity"],
  "icons": [
    {
      "src": "/static/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/static/img/screenshots/screenshot0_light.png",
      "sizes": "1081x1321",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Interactive analog and digital clock"
    },
    {
      "src": "/static/img/screenshots/screenshot0_black.png",
      "sizes": "1085x1316",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Drag the hands and learn time expressions"
    }
  ],
  "shortcuts": [
    {
      "name": "Open Clock",
      "short_name": "Clock",
      "url": "/",
      "icons": [
        {
          "src": "/static/img/icon-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}