{
  "name": "冷蔵庫レシピ / Fridge Recipe",
  "short_name": "Fridge Recipe",
  "description": "冷蔵庫にある食材から、今日作れるレシピと買い物リストを提案します。Recipe ideas from ingredients you already have.",
  "lang": "ja",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#f6f8fb",
  "theme_color": "#2f7d57",
  "categories": ["food", "lifestyle", "utilities"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
