{
  "name": "Zlyqor - Communication & Project Management",
  "short_name": "Zlyqor",
  "description": "Tool to help you communicate and manage your projects",
  "start_url": "/projects",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#FAFBFC",
  "theme_color": "#00303b",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View your projects",
      "url": "/projects",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timer",
      "short_name": "Timer",
      "description": "Start time tracking",
      "url": "/timer",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
