{
  "name": "DevenClaw",
  "short_name": "DevenClaw",
  "description": "DevenClaw \u2014 Your personal AI assistant",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FAF5E9",
  "theme_color": "#C47025",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "share_target": {
    "action": "/_share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": [
            "image/*",
            "video/*",
            "audio/*",
            "application/pdf",
            "text/*",
            "application/msword",
            "application/vnd.openxmlformats-officedocument.*",
            "*/*"
          ]
        }
      ]
    }
  }
}
