{
  "name": "실강의 PDF 스튜디오",
  "short_name": "실강의",
  "description": "PDF 강의자료와 발표자 메모를 함께 다루는 강의용 웹앱",
  "id": "./",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f7f2e8",
  "theme_color": "#f7f2e8",
  "orientation": "any",
  "icons": [
    {
      "src": "./lecture-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./index.html",
      "accept": {
        "application/pdf": [".pdf"]
      }
    }
  ]
}
