{
  "id": "de.42things.app.web?v=",
  "name": "42 Things",
  "short_name": "42T",
  "start_url": "/",
  "description": "42 Things is a platform for sharing objects with your friends and aquaintances. It's a place to share powertools, books, movies, music, and more.",
  "categories": [
    "social",
    "communication",
    "sharing"
  ],
  "scope": "/",
  "lang": "de-DE",
  "orientation": "portrait-primary",
  "display": "standalone",
  "display_override": [
    "fullscreen",
    "minimal-ui"
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "play",
      "url": "/",
      "id": "de.42things.app.android"
    },
    {
      "platform": "windows",
      "url": "/",
      "id": "de.42things.app.windows"
    },
    {
      "platform": "webapp",
      "url": "/",
      "id": "de.42things.app.web"
    },
    {
      "platform": "ios",
      "url": "/",
      "id": "de.42things.app.ios"
    }
  ],
  "screenshots": [
    {
      "src": "/mstile-150x150.png",
      "sizes": "150x150",
      "type": "image/png"
    },
    {
      "src": "/mstile-310x310.png",
      "sizes": "310x310",
      "type": "image/png"
    }
  ],
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "file_handlers": [
    {
      "action": "/image_upload",
      "accept": {
        "image/*": [
          ".png",
          ".jpg",
          ".jpeg",
          ".gif",
          ".webp"
        ]
      }
    }
  ],
  "note_taking": {
    "new_note_url": "/items/mine"
  },
  "theme_color": "#ffffff",
  "background_color": "#ffa500",
  "icons": [
    {
      "src": "/android-chrome-192x192.png?vsn=2",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png?vsn=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/android-chrome-512x512.png?vsn=2",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}