{
  "name": "庫存管理系統",
  "short_name": "庫存管理",
  "description": "以 Google Sheet 為後端的庫存管理 PWA",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#f5f7f7",
  "theme_color": "#16655f",
  "orientation": "any",
  "icons": [
    {
      "src": "./assets/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
