{
  "short_name": "Listing Party",
  "name": "Listing Party PWA",
  "icons": [
    {
      "src": "./images/logo_svg.svg",
      "type": "image/svg",
      "sizes": "128x128"
    },
    {
      "src": "./images/favicon.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "./images/logo_picture.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "./images/logo_picture_mask.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "serviceworker": {
    "src": "./service-worker.js"
  },
  "id": "/?homescreen=1",
  "start_url": "/?homescreen=1",
  "display": "standalone",
  "theme_color": "#203464",
  "applicationServerKey": "71562645621",
  "gcm_sender_id": "71562645621",
  "background_color": "#f8f8f8"
}
