{
  "name": "Classic Notes X",
  "short_name": "Notes X",
  "description": "复古拟物网页笔记，支持回收站、全局搜索",
  "start_url": "./index.html",
  "display": "standalone",
  "display_override": ["standalone","minimal-ui"],
  "scope": "./",
  "background_color": "#f3e6c8",
  "theme_color": "#7a4a28",
  "orientation": "any",
  "icons": [
    {
      "src": "./icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}