{
  "name": "Wimemo Local Connector install",
  "version": "0.1.0",
  "description": "Install Wimemo Local Connector on a user's local Mac after explicit confirmation.",
  "requires_user_confirmation": true,
  "permissions": [
    "download executable from wimemo.com",
    "write to ~/.wimemo/bin",
    "write LaunchAgent plist",
    "read user-selected media folders only"
  ],
  "macos": {
    "recommended_command": "curl -fsSL https://wimemo.com/downloads/local-connector/install-macos.sh | bash",
    "custom_media_dirs_command": "export WIMEMO_MEDIA_DIRS=\"/path/to/photos,/path/to/videos\"; curl -fsSL https://wimemo.com/downloads/local-connector/install-macos.sh | bash"
  },
  "safety_rules": [
    "Ask the user to choose media folders before installation.",
    "Do not request write access to media folders.",
    "Do not upload originals to the cloud.",
    "Show the install command before execution.",
    "After installation, open http://127.0.0.1:8765/health and show the pairing token."
  ]
}
