{
  "name": "Weinrot",
  "short_name": "Weinrot",
  "description": "James Weinrot — personal AI agent",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "background_color": "#0a0a0a",
  "theme_color": "#8b0000",
  "icons": [
    { "src": "icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icons/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "Messaggio rapido", "url": "/?action=chat", "description": "Apri chat Weinrot" },
    { "name": "Dove sono", "url": "/?action=location", "description": "Invia posizione a Weinrot" }
  ],
  "share_target": {
    "action": "/share",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "media", "accept": ["*/*"] }]
    }
  },
  "file_handlers": [
    {
      "action": "/open-file",
      "accept": {
        "text/*": [".txt", ".md", ".csv", ".log"],
        "application/json": [".json"],
        "application/pdf": [".pdf"]
      }
    }
  ],
  "protocol_handlers": [
    { "protocol": "web+weinrot", "url": "/?intent=%s" }
  ],
  "categories": ["productivity", "utilities"]
}
