{
  "name": "Askly",
  "short_name": "Askly",
  "description": "Ask, Connect, and Share Knowledge",
  "start_url": "/home.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["standalone", "window-controls-overlay"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "handle_links": "preferred",
  "background_color": "#000",
  "theme_color": "#000",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icn.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icn.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}
