{
  "name": "学生作业簿",
  "short_name": "作业簿",
  "description": "学生作业簿",
  "id": "./?mode=pwa",
  "start_url": "./?mode=pwa",
  "scope": ".",
  "display": "standalone",
  "background_color": "#fbfbfd",
  "theme_color": "#fbfbfd",
  "icons": [
    {
      "src": "image/homework-app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "image/homework-app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "image/homework-app-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "./manifest.json",
      "id": "./?mode=pwa"
    }
  ]
}
