{
  "name": "IPMS - 주유소 관리 시스템",
  "short_name": "IPMS",
  "description": "주유소/충전소 관리 및 재고 관리 시스템",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#007bff",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/static/images/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "주유소 검색",
      "short_name": "주유소",
      "description": "주유소 검색 페이지로 이동",
      "url": "/gasstation/search/",
      "icons": [{ "src": "/static/images/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "재고관리",
      "short_name": "재고",
      "description": "재고 관리 페이지로 이동",
      "url": "/inventory/",
      "icons": [{ "src": "/static/images/favicon.svg", "sizes": "any" }]
    }
  ]
}

