{
  "name": "Q-PHIDIAS",
  "short_name": "Q-PHIDIAS",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#4f5d66",
  "theme_color": "#4f5d66",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/static/pwa/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/pwa/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "screenshots": [
    {
      "src": "/static/pwa/screenshots/desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide"
    },
    {
      "src": "/static/pwa/screenshots/mobile.jpg",
      "sizes": "720x1280",
      "type": "image/jpeg"
    }
  ]
}
