{
  "name": "Project Repository System",
  "short_name": "ProjectRepo",
  "description": "프로젝트 관리 및 버전 관리 시스템",

  "start_url": "/repo/?source=pwa",
  "scope": "/repo/",
  "display": "standalone",

  "background_color": "#ffffff",
  "theme_color": "#0d6efd",
  "orientation": "any",

  "icons": [
    {
      "src": "/repo/static/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/repo/static/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/repo/static/icons/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],

  "shortcuts": [
    {
      "name": "새 프로젝트",
      "short_name": "새 프로젝트",
      "description": "새 프로젝트 생성",
      "url": "/repo/projects/new",
      "icons": [
        {
          "src": "/repo/static/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "대시보드",
      "short_name": "대시보드",
      "description": "대시보드로 이동",
      "url": "/repo/dashboard",
      "icons": [
        {
          "src": "/repo/static/icons/web-app-manifest-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}