{
  "name": "Globuzzskin",
  "short_name": "Globuzzskin",
  "description": "Your personalised skincare quiz \u2014 expert routines curated by Julie Wright at globuzzskin.com",
  "start_url": "https://globuzzskin.com/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#E8621A",
  "background_color": "#F0F4F8",
  "lang": "en",
  "categories": [
    "beauty",
    "health",
    "lifestyle"
  ],
  "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"
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],
  "shortcuts": [
    {
      "name": "Take the Skin Quiz",
      "short_name": "Quiz",
      "description": "Find your personalised skincare routine",
      "url": "/?action=quiz",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}