{
  "name": "Pharmtouch",
  "short_name": "Pharmtouch",
  "description": "Pharmtouch — shop ready-to-wear and made-to-order fashion, fabrics and sizes from your phone.",
  "id": "/index.php",
  "start_url": "index.php",
  "scope": "/",
  "display": "standalone", 
  "launch_handler": {
    "client_mode": ["focus-existing", "navigate-existing", "auto"]
  },
  "orientation": "portrait",
  "background_color": "#12141C",
  "theme_color": "#12141C",
  "lang": "en",
  "dir": "ltr",
  "categories": ["shopping", "lifestyle", "fashion"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "assets/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "assets/images/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "assets/images/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "image/*": [".png", ".jpg", ".jpeg", ".gif", ".webp", ".svg"]
      }
    }
  ],
  "screenshots": [
    {
      "src": "assets/images/screenshots/mobile-home.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Browse today's fashion and trending picks"
    },
    {
      "src": "assets/images/screenshots/mobile-product.png",
      "sizes": "1080x2340",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Pick a size, fabric and colour for a made-to-order piece"
    },
    {
      "src": "assets/images/screenshots/desktop-home.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Shop the full collection on desktop"
    }
  ],
  "shortcuts": [
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search the Pharmtouch collection",
      "url": "search.php",
      "icons": [
        {
          "src": "assets/images/icons/icon-192x192.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Bag",
      "short_name": "Bag",
      "description": "View items in your bag",
      "url": "cart.php",
      "icons": [
        {
          "src": "assets/images/icons/icon-192x192.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My Account",
      "short_name": "Account",
      "description": "View your account and orders",
      "url": "account.php",
      "icons": [
        {
          "src": "assets/images/icons/icon-192x192.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ],
  "widgets": [
    {
      "name": "Pharmtouch Arrivals",
      "short_name": "New Arrivals",
      "description": "See the latest Pharmtouch arrivals without opening the app.",
      "tag": "new-arrivals",
      "template": "new-arrivals-template",
      "ms_ac_template": "widgets/new-in-template.json",
      "data": "widgets/new-in-data.php",
      "type": "application/json",
      "auth": false,
      "update": 3600,
      "icons": [
        {
          "src": "assets/images/icons/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "screenshots": [
        {
          "src": "assets/images/icons/icon-192x192.png",
          "sizes": "600x400",
          "label": "Preview of the New Arrivals widget"
        }
      ]
    }
  ]
}