{
  "name": "renlyAI — AI Cowork Platform",
  "short_name": "renlyAI",
  "description": "Your AI crew for work. Chat with 100+ AI models, connect Jira, Slack, Notion, GitHub & more. Boost productivity 10x with intelligent task routing, knowledge management, and AI agents. The future of AI-powered teamwork.",
  "start_url": "/?source=pwa",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#0f0a1e",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "scope": "/",
  "id": "renly-ai-cowork",
  "dir": "ltr",
  "lang": "en-US",
  "icons": [
    {
      "src": "/renly-favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/renly-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/renly-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/renly-maskable-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/renly-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/renly-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/renly-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/renly-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/renly-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/renly-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/renly-384.png",
      "sizes": "384x384",
      "type": "image/png"
    }
  ],
  "categories": ["productivity", "business", "utilities", "developer tools"],
  "iarc_rating_id": "e84b072d-71b3-4d3e-86ae-31a8ce4e53b7",
  "shortcuts": [
    {
      "name": "New Chat",
      "short_name": "Chat",
      "description": "Start a new AI conversation",
      "url": "/chat?new=true",
      "icons": [{ "src": "/icons/shortcut-chat.png", "sizes": "96x96" }]
    },
    {
      "name": "My Tasks",
      "short_name": "Tasks",
      "description": "View and manage your tasks",
      "url": "/work-items",
      "icons": [{ "src": "/icons/shortcut-tasks.png", "sizes": "96x96" }]
    },
    {
      "name": "Wiki",
      "short_name": "Wiki",
      "description": "Team knowledge base",
      "url": "/wiki",
      "icons": [{ "src": "/icons/shortcut-wiki.png", "sizes": "96x96" }]
    },
    {
      "name": "Integrations",
      "short_name": "Connect",
      "description": "Manage your tool integrations",
      "url": "/settings/integrations",
      "icons": [{ "src": "/icons/shortcut-tasks.png", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/chat",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["text/*", "image/*", "application/pdf"]
        }
      ]
    }
  },
  "protocol_handlers": [
    {
      "protocol": "web+renly",
      "url": "/?action=%s"
    }
  ],
  "handle_links": "preferred",
  "edge_side_panel": {
    "preferred_width": 400
  },
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=ai.renly.app",
      "id": "ai.renly.app"
    },
    {
      "platform": "itunes",
      "url": "https://apps.apple.com/app/renly-ai-cowork/id6446789012"
    }
  ],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "file_handlers": [
    {
      "action": "/upload",
      "accept": {
        "text/plain": [".txt", ".md"],
        "text/csv": [".csv"],
        "application/json": [".json"],
        "application/pdf": [".pdf"]
      }
    }
  ]
}
