{
  "name": "Diet Quest RPG",
  "short_name": "DietQuest",
  "description": "ゲーム感覚でダイエットを継続！RPG風健康管理アプリ",
  "start_url": "./diet-quest-rpg.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0d0d1a",
  "theme_color": "#a855f7",
  "orientation": "portrait-primary",
  "lang": "ja",
  "categories": ["health", "fitness", "lifestyle"],
  "icons": [
    {
      "src": "diet-quest-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "diet-quest-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "diet-quest-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "今日のクエスト",
      "short_name": "クエスト",
      "url": "./diet-quest-rpg.html",
      "icons": [{ "src": "diet-quest-icon-192.png", "sizes": "192x192" }]
    }
  ]
}
