{
  "name": "我们的相册",
  "short_name": "情侣相册",
  "description": "只属于我们两个人的私密照片空间",
  "start_url": "/?utm_source=pwa",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "orientation": "portrait",
  "background_color": "#FFF5F7",
  "theme_color": "#D44A62",
  "categories": ["photo", "lifestyle", "social"],
  "lang": "zh-CN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "scope": "/",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "上传照片",
      "short_name": "上传",
      "description": "快速上传新照片",
      "url": "/?action=upload"
    }
  ]
}
