{
  "name": "PersonalIntelligenceOS",
  "short_name": "PIOS",
  "description": "A simple, continuous personal assistant for mainlines, tasks, memory, and review.",
  "start_url": "/#/home",
  "scope": "/",
  "display": "standalone",
  "background_color": "#071525",
  "theme_color": "#071525",
  "lang": "zh-Hans",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    {
      "name": "快速记录",
      "short_name": "记录",
      "url": "/#/home?capture=1",
      "icons": [{"src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml"}]
    }
  ]
}
