{
  "id": "/",
  "name": "Dory",
  "short_name": "Dory",
  "description": "Your company's AI in one place: conversations, documents, and integrations.",
  "categories": [
    "productivity",
    "business"
  ],
  "start_url": "/",
  "display": "standalone",
  "background_color": "#14181F",
  "theme_color": "#14181F",
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "application/pdf",
            "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
            "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet",
            "application/vnd.openxmlformats-officedocument.presentationml.presentation",
            "image/*",
            "text/*"
          ]
        }
      ]
    }
  },
  "file_handlers": [
    {
      "action": "/share",
      "accept": {
        "application/pdf": [".pdf"],
        "image/png": [".png"],
        "image/jpeg": [".jpg", ".jpeg"],
        "image/webp": [".webp"],
        "image/gif": [".gif"],
        "text/plain": [".txt"],
        "text/markdown": [".md"],
        "text/csv": [".csv"]
      }
    }
  ],
  "icons": [
    {
      "src": "/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New conversation",
      "short_name": "New",
      "description": "Start a new conversation with Dory.",
      "url": "/",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Workspace",
      "short_name": "Workspace",
      "description": "Open your documents.",
      "url": "/workspace",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scheduled tasks",
      "short_name": "Tasks",
      "description": "See what Dory runs for you automatically.",
      "url": "/scheduled-tasks",
      "icons": [
        {
          "src": "/icon-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide-welcome.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Start a conversation with Dory"
    },
    {
      "src": "/screenshot-wide-conversation.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dory drafts a reply using your documents"
    },
    {
      "src": "/screenshot-narrow-welcome.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Start a conversation with Dory"
    },
    {
      "src": "/screenshot-narrow-conversation.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dory drafts a reply using your documents"
    }
  ]
}
