{
  "name": "Todaye AI — Your Companion",
  "short_name": "Todaye AI",
  "description": "Your AI companion, co-builder, and life command center. One app. Everything.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen"],
  "orientation": "any",
  "theme_color": "#0d9488",
  "background_color": "#f0fdfa",
  "scope": "/",
  "categories": ["productivity", "lifestyle", "utilities", "business"],
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "sharedTitle",
      "text": "sharedText",
      "url": "sharedUrl",
      "files": [
        {
          "name": "sharedFiles",
          "accept": ["image/*", "text/*", "application/pdf", "video/*", "audio/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Talk to ClaudiaTai",
      "short_name": "Chat",
      "url": "/",
      "description": "Open ClaudiaTai"
    },
    {
      "name": "Launch a Business",
      "short_name": "Launch",
      "url": "/?workspace=launch",
      "description": "Start your business with AI"
    },
    {
      "name": "Design Studio",
      "short_name": "Design",
      "url": "/?workspace=design",
      "description": "Create beautiful designs"
    },
    {
      "name": "Device Hub",
      "short_name": "My Phone",
      "url": "/?workspace=device",
      "description": "Run your phone from here"
    }
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='100' fill='%230d9488'/%3E%3Ctext x='256' y='340' font-size='280' text-anchor='middle' fill='white'%3E🕊️%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'%3E%3Crect width='192' height='192' rx='40' fill='%230d9488'/%3E%3Ctext x='96' y='130' font-size='100' text-anchor='middle' fill='white'%3E🕊️%3C/text%3E%3C/svg%3E",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
