{
  "short_name": "SocialLair",
  "name": "SocialLair",
  "description": "SocialLair PWA",
  "start_url": ".",
  "display": "standalone",
  "theme_color": "#000000",
  "background_color": "#FFFFFF",
  "scope": "/",
  "scope_url": "https://app.sociallair.io/",
  "intent_filters": {
    "scope_url_scheme": "https",
    "scope_url_host": "app.sociallair.io",
    "scope_url_path": "/"
  },
  "url_handlers": [
    {
      "origin": "https://app.sociallair.io"
    },
    {
      "origin": "https://slair.io"
    }
  ],
  "icons": [
    {
      "src": "icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icons/apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/apple-icon-180x180.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ]
}
