{
  "name": "宿舍三两事",
  "short_name": "宿舍三两事",
  "description": "南宁师范大学宿舍电费监控平台",
  "theme_color": "#667eea",
  "background_color": "#667eea",
  "display": "standalone",
  "orientation": "any",
  "scope": "/",
  "start_url": "/",
  "id": "/?source=pwa",
  "categories": ["utilities", "productivity"],
  "lang": "zh-CN",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "share_target": {
    "action": "/share-handler",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "attachments",
          "accept": ["image/*", "text/*", "application/pdf"]
        }
      ]
    }
  },
  "icons": [
    {
      "src": "/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "电费监控仪表板"
    },
    {
      "src": "/screenshots/home-desktop.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "首页功能导航"
    },
    {
      "src": "/screenshots/dashboard-mobile.jpg",
      "sizes": "719x1280",
      "type": "image/jpeg",
      "form_factor": "narrow",
      "label": "手机端电费监控"
    }
  ],
  "shortcuts": [
    {
      "name": "电费监控",
      "short_name": "电费",
      "description": "查看实时电费余额",
      "url": "/electricity",
      "icons": [{ "src": "/icons/icon-96x96.png", "sizes": "96x96", "type": "image/png" }]
    },

  ]
}
