{
  "name": "big-AGI",
  "short_name": "big-AGI",
  "theme_color": "#32383E",
  "background_color": "#9FA6AD",
  "description": "Your Generative AI Suite",
  "categories": [
    "productivity",
    "AI",
    "tool",
    "utilities"
  ],
  "display": "standalone",
  "start_url": "/",
  "scope": "/",
  "icons": [
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
  ],
  "file_handlers": [
    {
      "action": "/link/share_target",
      "accept": {
        "application/big-agi": [
          ".agi",
          ".agi.json"
        ]
      }
    }
  ],
  "share_target": {
    "action": "/link/share_target",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
