{
  "id": "/app/",
  "name": "CalorieToday — Calorie, Macro & Weight Tracker",
  "short_name": "CalorieToday",
  "description": "Free calorie, macro, water and weight tracker. Search 23,000+ foods by typing, voice, or a plate photo scan. Badges, XP levels and daily quests keep you coming back.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#FFFFFF",
  "theme_color": "#FFFFFF",
  "categories": ["health", "fitness", "food"],
  "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" },
    { "src": "icons/icon-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "Log food",
      "short_name": "Log food",
      "url": "./index.html?action=log-food",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log weight",
      "short_name": "Log weight",
      "url": "./index.html?action=log-weight",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    { "src": "/store-listing/screenshots/01-dashboard.png", "sizes": "1290x2796", "type": "image/png", "form_factor": "narrow", "label": "Daily dashboard: calories remaining, macros, hydration, streaks and daily quests" },
    { "src": "/store-listing/screenshots/02-log-food.png", "sizes": "1290x2796", "type": "image/png", "form_factor": "narrow", "label": "Log meals by breakfast, lunch, dinner and snacks" },
    { "src": "/store-listing/screenshots/03-analytics.png", "sizes": "1290x2796", "type": "image/png", "form_factor": "narrow", "label": "Weight trend chart with moving average and target line" },
    { "src": "/store-listing/screenshots/04-badges.png", "sizes": "1290x2796", "type": "image/png", "form_factor": "narrow", "label": "37 badges to unlock as you build consistent habits" },
    { "src": "/store-listing/screenshots/05-food-search.png", "sizes": "1290x2796", "type": "image/png", "form_factor": "narrow", "label": "Search 23,000+ foods by typing, voice, or a plate photo scan" }
  ]
}
