{
  "name": "Brgen",
  "short_name": "Brgen",
  "icons": [
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "/icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "scope": "/",
  "description": "City communities across Scandinavia and Europe. Connect, post, and discover your city.",
  "theme_color": "#000000",
  "background_color": "#000000",
  "shortcuts": [
    {
      "name": "AI assistant",
      "short_name": "AI",
      "url": "https://ai.brgen.no"
    },
    {
      "name": "New post",
      "short_name": "Post",
      "url": "/posts/new"
    },
    {
      "name": "New listing",
      "short_name": "Listing",
      "url": "/listings/new"
    },
    {
      "name": "Dating swipe",
      "short_name": "Dating",
      "url": "//dating.brgen.no/"
    },
    {
      "name": "Marketplace",
      "short_name": "Shop",
      "url": "http://markedsplass.brgen.no/"
    },
    {
      "name": "TV",
      "short_name": "TV",
      "url": "//tv.brgen.no/"
    },
    {
      "name": "Playlist",
      "short_name": "Radio",
      "url": "//playlist.brgen.no/"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+brgen",
      "url": "/posts/%s"
    }
  ]
}
