{
  "short_name": "GreenTracker",
  "name": "GreenTracker ERP - 폐식용유 수거 관리",
  "description": "폐유 수거 및 신유 공급 관리 시스템",
  "lang": "ko",
  "scope": "/",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#2E8B57",
  "background_color": "#ffffff",
  "categories": ["productivity", "business"],
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon",
      "purpose": "any"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "426x85",
      "purpose": "any maskable"
    },
    {
      "src": "logo512.png", 
      "type": "image/png",
      "sizes": "426x85",
      "purpose": "any maskable"
    },
    {
      "src": "greenlogo.png",
      "type": "image/png", 
      "sizes": "426x85",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "수거 일정",
      "short_name": "수거",
      "description": "폐유 수거 일정 확인",
      "url": "/?page=collection",
      "icons": [
        {
          "src": "logo192.png",
          "sizes": "426x85"
        }
      ]
    },
    {
      "name": "공급 일정", 
      "short_name": "공급",
      "description": "신유 공급 일정 확인",
      "url": "/?page=supply",
      "icons": [
        {
          "src": "logo192.png", 
          "sizes": "192x192"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "edge_side_panel": {
    "preferred_width": 400
  },
  "screenshots": [
    {
      "src": "main.png",
      "type": "image/png", 
      "sizes": "1140x325",
      "form_factor": "wide",
      "label": "GreenTracker ERP 메인 화면"
    }
  ]
}