{
  "short_name": "POPS",
  "name": "POPS - 車両情報管理システム",
  "description": "POPS - 車両情報を管理するためのPWAアプリケーション",
  "icons": [
    {
      "src": "POPSロゴ背景白.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "POPSロゴ背景白.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "POPSロゴ背景白.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "POPSロゴ背景白.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#1976d2",
  "background_color": "#ffffff",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "ja",
  "categories": ["business", "productivity"],
  "permissions": [
    "camera",
    "microphone"
  ],
  "optional_permissions": [
    "geolocation"
  ],
  "host_permissions": [
    "https://*/*",
    "http://localhost/*"
  ],
  "screenshots": [
    {
      "src": "POPSロゴ背景白.png",
      "sizes": "512x512",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
} 