{
  "name": "atilö — Your IT, simplified",
  "short_name": "atilö",
  "description": "Replace your entire IT stack with one platform. Mail, calendar, files, chat, video, passwords — all in one workspace.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "background_color": "#0a0a0f",
  "theme_color": "#06b6d4",
  "orientation": "any",
  "scope": "/",
  "id": "/",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    { "src": "/icons/icon-48.png", "sizes": "48x48", "type": "image/png" },
    { "src": "/icons/icon-72.png", "sizes": "72x72", "type": "image/png" },
    { "src": "/icons/icon-96.png", "sizes": "96x96", "type": "image/png" },
    { "src": "/icons/icon-128.png", "sizes": "128x128", "type": "image/png" },
    { "src": "/icons/icon-144.png", "sizes": "144x144", "type": "image/png" },
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-256.png", "sizes": "256x256", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "/icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/icons/icon-512.svg", "sizes": "any", "type": "image/svg+xml" }
  ],
  "shortcuts": [
    {
      "name": "Inbox",
      "short_name": "Inbox",
      "description": "Open your inbox",
      "url": "/mail",
      "icons": [{ "src": "/icons/shortcut-inbox.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Calendar",
      "short_name": "Calendar",
      "description": "Open your calendar",
      "url": "/calendar",
      "icons": [{ "src": "/icons/shortcut-calendar.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Files",
      "short_name": "Files",
      "description": "Open your files",
      "url": "/files",
      "icons": [{ "src": "/icons/shortcut-files.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Passwords",
      "short_name": "Passwords",
      "description": "Open password vault",
      "url": "/passwords",
      "icons": [{ "src": "/icons/shortcut-passwords.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "focus-existing"
  },
  "protocol_handlers": [
    {
      "protocol": "web+atilo",
      "url": "/open?uri=%s"
    }
  ],
  "file_handlers": [
    {
      "action": "/docs/edit",
      "accept": {
        "application/vnd.openxmlformats-officedocument.wordprocessingml.document": [".docx"],
        "application/msword": [".doc"],
        "application/vnd.oasis.opendocument.text": [".odt"],
        "text/plain": [".txt"],
        "text/markdown": [".md"],
        "text/html": [".html", ".htm"],
        "application/rtf": [".rtf"]
      }
    },
    {
      "action": "/sheets/import",
      "accept": {
        "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet": [".xlsx"],
        "application/vnd.ms-excel": [".xls"],
        "application/vnd.oasis.opendocument.spreadsheet": [".ods"],
        "text/csv": [".csv"],
        "text/tab-separated-values": [".tsv"]
      }
    },
    {
      "action": "/presentations/import",
      "accept": {
        "application/vnd.openxmlformats-officedocument.presentationml.presentation": [".pptx"],
        "application/vnd.ms-powerpoint": [".ppt"],
        "application/vnd.oasis.opendocument.presentation": [".odp"]
      }
    },
    {
      "action": "/files/whiteboard",
      "accept": {
        "application/vnd.excalidraw+json": [".excalidraw"]
      }
    }
  ],
  "share_target": {
    "action": "/api/notes/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
