{
  "name": "Kitchen Server",
  "short_name": "Kitchen",
  "description": "家族用 在庫管理 + 調理スケジュール (調理 MTG)",
  "start_url": "/inventory.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0f1116",
  "theme_color": "#0f1116",
  "lang": "ja",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "在庫",
      "short_name": "Inventory",
      "url": "/inventory.html"
    },
    {
      "name": "調理 MTG",
      "short_name": "MTG",
      "url": "/cooking_mtg.html"
    }
  ]
}
