{
  "id": "./",
  "name": "Sunshine Request｜天空事务所",
  "short_name": "Sunshine Request",
  "description": "A local-first story app for sunshine requests. It is not a real weather service.",
  "lang": "zh-CN",
  "start_url": "./",
  "scope": "./",
  "shortcuts": [
    {
      "name": "新建天空委托",
      "short_name": "新建委托",
      "description": "打开本地委托表单",
      "url": "./?action=new-request",
      "icons": [{ "src": "public/favicon.png", "sizes": "64x64", "type": "image/png" }]
    },
    {
      "name": "打开天空回信",
      "short_name": "天空回信",
      "description": "打开本地回信收件箱",
      "url": "./?action=letters",
      "icons": [{ "src": "public/favicon.png", "sizes": "64x64", "type": "image/png" }]
    },
    {
      "name": "打开委托历史",
      "short_name": "委托历史",
      "description": "打开本地委托历史",
      "url": "./?action=history",
      "icons": [{ "src": "public/favicon.png", "sizes": "64x64", "type": "image/png" }]
    }
  ],
  "share_target": {
    "action": "./share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "images",
          "accept": ["image/jpeg", "image/png", "image/webp"]
        }
      ]
    }
  },
  "display": "standalone",
  "background_color": "#0b2434",
  "theme_color": "#071a2d",
  "orientation": "any",
  "categories": [
    "lifestyle",
    "utilities"
  ],
  "icons": [
    {
      "src": "public/favicon.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "public/app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
