{
  "name": "Send to Kony (Second Brain)",
  "short_name": "Kony",
  "description": "Kony (kaszubski Konrad) - agent przechwytujacy screenshoty i notatki z Androida do second-brain/INBOX. Klasyfikuje intent (IDEA/TASK/FAKT/KONTAKT) i sugeruje co dalej.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0d1117",
  "theme_color": "#76b900",
  "orientation": "portrait",
  "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"
    }
  ],
  "share_target": {
    "action": "/share-handler",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "screenshot",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
