{
  "id": "/",
  "name": "radius. - Lokaler Chat",
  "short_name": "radius.",
  "description": "Entdecke Menschen und Orte in deiner Nähe. Standortbasierter Chat für echte Verbindungen.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone"],
  "background_color": "#8c52ff",
  "theme_color": "#8c52ff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de",
  "dir": "ltr",
  "categories": ["social", "communication", "lifestyle"],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "radius. Chat App"
    },
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "radius. Desktop Ansicht"
    }
  ],
  "shortcuts": [
    {
      "name": "Öffentlicher Chat",
      "short_name": "Chat",
      "description": "Öffne den öffentlichen Chat",
      "url": "/public-chat",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Karte & Räume",
      "short_name": "Karte",
      "description": "Zeige Räume auf der Karte",
      "url": "/",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Einstellungen",
      "short_name": "Settings",
      "description": "App-Einstellungen öffnen",
      "url": "/settings",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=app.radius.chat",
      "id": "app.radius.chat"
    }
  ],
  "scope_extensions": [
    { "origin": "https://radiuschat.replit.app" },
    { "origin": "https://*.replit.app" }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+radius",
      "url": "/?action=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "text/plain": [".txt"],
        "image/*": [".png", ".jpg", ".jpeg", ".gif"]
      }
    }
  ],
  "share_target": {
    "action": "/",
    "method": "GET",
    "params": {
      "text": "text",
      "title": "title",
      "url": "url"
    }
  },
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "widgets": [
    {
      "name": "radius. Quick Chat",
      "description": "Schnellzugriff auf lokale Chats",
      "tag": "radius-widget",
      "ms_ac_template": "widget-template.json",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }],
      "screenshots": [{ "src": "/icon-512.png", "sizes": "512x512" }]
    }
  ]
}
