{
  "name": "奥德塔事项备忘",
  "short_name": "奥德塔备忘",
  "start_url": "./memo-app.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5efe3",
  "theme_color": "#23344f",
  "description": "奥德塔周期事项备忘录",
  "icons": [
    {
      "src": "icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}