{
  "name": "Dennis OS",
  "short_name": "Dennis OS",
  "description": "你的個人第二大腦",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#07080c",
  "theme_color": "#7c5cff",
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "share_title",
      "text": "share_text",
      "url": "share_url",
      "files": [
        {
          "name": "share_files",
          "accept": ["image/*", "video/*"]
        }
      ]
    }
  },
  "shortcuts": [
    {
      "name": "快速記帳",
      "short_name": "記帳",
      "url": "/?action=txn",
      "description": "快速開啟記帳介面"
    },
    {
      "name": "大腦輸入",
      "short_name": "大腦",
      "url": "/?action=brain",
      "description": "快速輸入想法"
    }
  ]
}
