{
  "lang": "it",
  "default_locale": "it",
  "dir": "ltr",
  "name": "Eye Solution",
  "short_name": "Eye Solution",
  "id": "?homescreen=1",
  "launch_handler": {
    "client_mode": ["focus-existing", "auto"]
  },
  "description": "Eye Solution, is a web application that allows to manage glasses and lenses",
  "categories": ["eye", "health", "glasses", "lenses", "management"],
  "start_url": "/?source=pwa",
  "display": "fullscreen",
  "orientation": "portrait-primary",
  "scope": "/",
  "theme_color": "#7D68C4",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "/images/icons/icon192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/icon1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/logo.svg",
      "sizes": "1024x1024",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "images/screenshots/desktop-circlooo.webp",
      "form_factor": "wide",
      "sizes": "1920x1080",
      "type": "image/webp",
      "platform": "wide",
      "label": "Circlooo"
    },
    {
      "src": "images/screenshots/mobile-circlooo.webp",
      "form_factor": "narrow",
      "sizes": "750x1334",
      "type": "image/webp",
      "platform": "narrow",
      "label": "Circlooo"
    }
  ],
  "shortcuts": [
    {
      "name": "New Circlooo",
      "url": "/new-circlooo/create?utm_source=shortcut",
      "icons": [
        {
          "src": "images/shortcuts/new96x96.png",
          "type": "image/png",
          "sizes": "96x96"
        }
      ]
    }
  ]
}