{
  "name": "RoyalSwarm — Beehive Management",
  "short_name": "RoyalSwarm",
  "description": "Apiary tracking, inspection logging, and harvest records for beekeepers.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1d3756",
  "theme_color": "#1d3756",
  "icons": [
    {
      "src": "/bee.svg",
      "type": "image/svg+xml",
      "sizes": "any",
      "purpose": "any"
    },
    {
      "src": "/icon-192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "share_target": {
    "action": "/note/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "audio",
          "accept": [
            "audio/*",
            ".m4a",
            ".mp3",
            ".wav",
            ".aac",
            ".ogg",
            ".opus",
            ".webm",
            ".flac"
          ]
        }
      ]
    }
  }
}
