{
  "name": "MOOSON · Cosmo",
  "short_name": "Cosmo",
  "description": "MOOSON · Cosmo — the command centre for your AI co-workers. A provider-agnostic productivity dashboard with AI agents, daily briefings, and automation.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0E1419",
  "theme_color": "#0E1419",
  "orientation": "any",
  "icons": [
    {
      "src": "/cosmo-mark.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/mooson-cosmo-logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "share_target": {
    "action": "/voice",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "AI Chat",
      "short_name": "Chat",
      "description": "Open AI Chat",
      "url": "/ai/chat",
      "icons": [{ "src": "/cosmo-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Command Centre",
      "short_name": "Command",
      "description": "Open Command Centre",
      "url": "/command-centre",
      "icons": [{ "src": "/cosmo-mark.svg", "sizes": "any" }]
    },
    {
      "name": "Voice",
      "short_name": "Voice",
      "description": "Open Voice capture",
      "url": "/voice",
      "icons": [{ "src": "/cosmo-mark.svg", "sizes": "any" }]
    }
  ],
  "categories": ["productivity", "utilities"],
  "lang": "en-GB"
}
