{
  "name": "모바일 시정통보서",
  "short_name": "시정통보서",
  "description": "현장 안전수칙 위반 즉시 통보 시스템 — 위반 내용 기록, 사진 첨부, DB 저장까지 모바일로 한 번에",

  "start_url": "/notice/?utm_source=pwa",
  "scope": "/notice/",
  "id": "/notice/",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#0f172a",
  "theme_color": "#1e3a8a",

  "lang": "ko",
  "dir": "ltr",

  "icons": [
    {
      "src": "/notice/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/notice/icons/icon-192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/notice/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/notice/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "새 통보서 작성",
      "short_name": "새 통보서",
      "description": "시정통보서를 새로 작성합니다",
      "url": "/notice/?action=new",
      "icons": [{ "src": "/notice/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],

  "screenshots": [
    {
      "src": "/notice/screenshots/screen-mobile.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "시정통보서 작성 화면"
    }
  ],

  "categories": ["productivity", "utilities"],

  "prefer_related_applications": false
}