{
  "name": "Watch Later Zero",
  "short_name": "WL Zero",
  "description": "Your personal content learning queue",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#16140f",
  "theme_color": "#16140f",
  "orientation": "portrait-primary",
  "icons": [
    { "src": "/favicon-180.png", "sizes": "180x180", "type": "image/png" },
    { "src": "/favicon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/api/ingest/share-sheet",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
