{
  "name": "Thales AI",
  "short_name": "Thales AI",
  "description": "Persönliche Wissens- und Aufgaben-Inbox",
  "start_url": "/app/inbox",
  "display": "standalone",
  "background_color": "#030712",
  "theme_color": "#4f46e5",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" },
    { "src": "/favicon.svg",  "sizes": "any",     "type": "image/svg+xml" }
  ],
  "share_target": {
    "action": "/app/inbox",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "share_title",
      "text":  "share_text",
      "url":   "share_url",
      "files": [{
        "name":   "share_file",
        "accept": ["image/*"]
      }]
    }
  }
}
