{
  "name": "Scheduler",
  "short_name": "Scheduler",
  "description": "나만의 스마트한 일상 관리 스케줄러",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#f2f2f7",
  "theme_color": "#ff6b81",
  "icons": [
    {
      "src": "/Reminders.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Reminders.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
