{
  "name": "Hang",
  "short_name": "Hang",
  "description": "See who is free, plan hangouts, and vote with friends.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#081826",
  "theme_color": "#081826",
  "categories": ["social", "productivity", "lifestyle"],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Status ändern",
      "short_name": "Status",
      "url": "/?action=availability"
    },
    {
      "name": "Hangout starten",
      "short_name": "Hangout",
      "url": "/?action=hangout"
    }
  ]
}
