{
  "name": "WEVIA Capture Note",
  "version": "1.0",
  "description": "Capture rapide une note vers WEVIA (extraction auto: people, deadlines, money, OSS, tasks)",
  "install_instructions": [
    "1. Raccourcis → + → Nouveau 'Capture WEVIA'",
    "2. Actions :",
    "   - 'Demander' (Quel est le titre ?)",
    "   - 'Demander' (Quel est le contenu ?)",
    "   - 'Obtenir URL' POST JSON ci-dessous",
    "3. Ajoute à l'écran d'accueil : Raccourcis → ≡ → Ajouter à l'écran d'accueil",
    "",
    "Alternative : widget Raccourcis sur écran verrouillage (iOS 16+) pour capture en 1 tap"
  ],
  "url": "https://weval-consulting.com/api/wevia-apple-ingest.php?action=ingest_structured",
  "method": "POST",
  "headers": {"Content-Type": "application/json"},
  "json_body_template": {
    "type": "note",
    "items": [
      {
        "title": "[user prompt title]",
        "body": "[user prompt body]",
        "folder": "quick-capture"
      }
    ]
  },
  "home_screen": true,
  "widget": true
}
