{
  "name": "StayLocal",
  "short_name": "StayLocal",
  "description": "Vacation rentals in the Philippines - Book now, pay later",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#E91E63",
  "background_color": "#FFFFFF",
  "lang": "en",
  "dir": "ltr",
  "categories": ["travel", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "167x167",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-mobile.png",
      "sizes": "540x720",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StayLocal home screen"
    },
    {
      "src": "/screenshot-mobile.png",
      "sizes": "1080x1440",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "StayLocal property listing"
    }
  ],
  "shortcuts": [
    {
      "name": "Browse stays",
      "short_name": "Browse",
      "url": "/?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    },
    {
      "name": "Become a host",
      "short_name": "Host",
      "url": "/become-a-host?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    },
    {
      "name": "Help Center",
      "short_name": "Help",
      "url": "/support?source=pwa",
      "icons": [{ "src": "/icon-192.png", "sizes": "96x96" }]
    }
  ]
}
