{
  "name": "바코드 생성기",
  "short_name": "바코드",
  "description": "직번 바코드를 빠르게 생성하고 관리하는 PWA 앱",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#F0F4FA",
  "theme_color": "#035ABD",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
