{
  "name": "SWARMZY",
  "short_name": "SWARMZY",
  "description": "Stephen's AI co-founder. Voice + brain + memory, in your pocket.",
  "start_url": "/swarmzy-app.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0a0a0a",
  "theme_color": "#0a0a0a",
  "categories": ["productivity", "business", "utilities"],
  "icons": [
    { "src": "/icons/icon-72x72.png",   "sizes": "72x72",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-96x96.png",   "sizes": "96x96",   "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-128x128.png", "sizes": "128x128", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-144x144.png", "sizes": "144x144", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-152x152.png", "sizes": "152x152", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icons/icon-384x384.png", "sizes": "384x384", "type": "image/png", "purpose": "any" },
    { "src": "/icons/icon-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/swarmzy-icon.svg",       "sizes": "any",     "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/swarmzy-app.html",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "shared_title",
      "text": "shared_text",
      "url": "shared_url",
      "files": [
        { "name": "shared_files", "accept": ["text/*", "image/*", "application/json", "application/zip", "application/pdf", ".md", ".txt", ".json", ".zip"] }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "Talk to SWARMZY",
      "short_name": "Talk",
      "description": "Open SWARMZY voice chat",
      "url": "/swarmzy-app.html?action=talk",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Send to Brain",
      "short_name": "Send",
      "description": "Quick-add a note or file to SWARMZY",
      "url": "/swarmzy-app.html?action=send",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Operating Brief",
      "short_name": "Brief",
      "description": "Open the SWARMZY operating brief",
      "url": "/swarmzy-app.html?action=brief",
      "icons": [{ "src": "/icons/icon-192x192.png", "sizes": "192x192", "type": "image/png" }]
    }
  ],
  "prefer_related_applications": false
}
