{
  "name": "好窩記 - 鳥松翻新備忘錄",
  "short_name": "好窩記",
  "description": "老屋翻新備忘錄，支援連結、圖片、錄音 AI 整理",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5f0eb",
  "theme_color": "#6b4226",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "share_target": {
    "action": "/?share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url"
    }
  },
  "shortcuts": [
    {
      "name": "新增筆記",
      "short_name": "新增",
      "description": "快速建立新筆記",
      "url": "/?new=1"
    }
  ]
}
