{
  "name": "PrettyNote",
  "short_name": "PrettyNote",
  "description": "일정·태스크를 한눈에",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FAF7F0",
  "theme_color": "#FAF7F0",
  "lang": "ko",
  "icons": [
    { "src": "icons/icon.svg?v=2", "type": "image/svg+xml", "sizes": "any", "purpose": "any" },
    { "src": "icons/icon-192.png?v=2", "type": "image/png", "sizes": "192x192", "purpose": "any" },
    { "src": "icons/icon-512.png?v=2", "type": "image/png", "sizes": "512x512", "purpose": "any" },
    { "src": "icons/icon-maskable-512.png?v=2", "type": "image/png", "sizes": "512x512", "purpose": "maskable" }
  ]
}
