{
  "name": "SaveFold",
  "short_name": "SaveFold",
  "description": "Share anything. SaveFold organizes it. Rediscover it anytime.",
  "start_url": "/library",
  "scope": "/",
  "display": "standalone",
  "background_color": "#fafafa",
  "theme_color": "#2f6fed",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
