{
  "name": "QR Manager",
  "short_name": "QR Manager",
  "description": "クラウド版 鍵管理システム",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0F1219",
  "theme_color": "#3B82F6",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "apple-touch-icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
