{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "LinkJoin",
  "short_name": "LinkJoin",
  "start_url": "/links",
  "display": "standalone",
  "background_color": "#091B30",
  "theme_color": "#091B30",
  "description": "An app for LinkJoin.",
  "icons": [{
    "src": "images/logo-rounded.png",
    "sizes": "512x512",
    "type": "image/png"
  },
  {
    "src": "images/logo-rounded.png",
    "sizes": "192x192",
    "type": "image/png"
  }],
  "prefer_related_applications": true,
  "related_applications": []
}