{
  "id": "/",
  "name": "Sloothy - AI-powered Real Estate Assistant",
  "short_name": "Sloothy",
  "description": "Sloothy - Your AI-powered project assistant for real estate projects. Manage construction, renovation, and sales projects with AI support.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f8fafc",
  "theme_color": "#f8fafc",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "de",
  "dir": "ltr",
  "display_override": ["window-controls-overlay", "tabbed", "standalone"],
  "scope_extensions": [{ "origin": "*.sloothy.de" }, { "origin": "sloothy.de" }],
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "protocol_handlers": [
    {
      "protocol": "web+sloothy",
      "url": "/?protocol=%s"
    }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "media",
          "accept": ["image/*", "application/pdf"]
        }
      ]
    }
  },
  "widgets": [
    {
      "name": "Quick Chat",
      "short_name": "Chat",
      "description": "Start a quick chat with AI",
      "tag": "quick-chat",
      "template": "quick-chat",
      "ms_ac_template": "quick-chat-widget.json",
      "data": "/api/widget/chat",
      "type": "application/json",
      "screenshots": [
        {
          "src": "/icons/android/android-launchericon-192-192.png",
          "sizes": "192x192",
          "label": "Quick Chat Widget"
        }
      ],
      "icons": [
        {
          "src": "/icons/android/android-launchericon-96-96.png",
          "sizes": "96x96"
        }
      ],
      "update": 900
    }
  ],
  "edge_side_panel": {
    "preferred_width": 400
  },
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/pdf": [".pdf"],
        "image/*": [".jpg", ".jpeg", ".png", ".webp", ".gif"]
      },
      "icons": [
        {
          "src": "/icons/android/android-launchericon-192-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ],
      "launch_type": "single-client"
    }
  ],
  "icons": [
    {
      "src": "/icons/android/android-launchericon-48-48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/android/android-launchericon-72-72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/android/android-launchericon-96-96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/android/android-launchericon-144-144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/android/android-launchericon-192-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/android/android-launchericon-512-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/icons/ios/16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/icons/ios/32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/icons/ios/180.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/icons/ios/192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/ios/512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "business", "utilities"],
  "screenshots": [
    {
      "src": "/screenshots/mobile-home.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sloothy Home Screen"
    },
    {
      "src": "/screenshots/mobile-chat.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "AI Chat Assistant"
    },
    {
      "src": "/screenshots/desktop-home.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sloothy Desktop View"
    }
  ],
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new chat session",
      "url": "/chat",
      "icons": [
        {
          "src": "/icons/ios/100.png",
          "sizes": "100x100"
        }
      ]
    },
    {
      "name": "Projects",
      "short_name": "Projects",
      "description": "View your projects",
      "url": "/listings",
      "icons": [
        {
          "src": "/icons/ios/100.png",
          "sizes": "100x100"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "note_taking": {
    "new_note_url": "/chat?note=new"
  }
}
