{
  "id": "./",
  "name": "FAMILY CLOSET - 家族の洋服管理",
  "short_name": "FAMILY CLOSET",
  "description": "家族の洋服を写真・カテゴリー・枚数で管理する端末保存型アプリ",
  "lang": "ja",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "orientation": "portrait-primary",
  "background_color": "#f7f8f5",
  "theme_color": "#247d69",
  "categories": ["lifestyle", "utilities"],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
