{
  "name": "Bena",
  "short_name": "Bena",
  "description": "Your mind, beautifully kept — save notes, links, images & videos",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#F0F0EE",
  "theme_color": "#FF4422",
  "icons": [
    { "src": "/favicon.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "share_target": {
    "action": "/share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "Quick Capture",
      "short_name": "Capture",
      "description": "Lưu ghi chú nhanh",
      "url": "/?quick=1",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "Ask Brain",
      "short_name": "Ask",
      "description": "Hỏi trợ lý AI",
      "url": "/ask",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    },
    {
      "name": "Highlights",
      "short_name": "Highlights",
      "description": "Xem highlights đã lưu",
      "url": "/highlights",
      "icons": [{ "src": "/favicon.png", "sizes": "512x512" }]
    }
  ]
}
