{
  "name": "My旅note",
  "short_name": "My旅note",
  "start_url": "./index.html?v=12clean",
  "scope": "./",
  "display": "standalone",
  "background_color": "#edf8fb",
  "theme_color": "#6fb0c6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}