{
  "id": "New-clock",
  "name": "The new clock",
  "short_name": "New clock",
  "description": "The clock that stays awake",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#282c34",
  "theme_color": "#61dafb",
  "categories": ["lifestyle", "utilities"],

  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
