{
  "id": "/summer-boost/",
  "name": "Summer Boost Family Edition",
  "short_name": "Summer Boost",
  "description": "Track your kids' summer activities — workouts, reading, sport training, and math quizzes — with points, badges, and rewards.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui", "browser"],
  "background_color": "#4338ca",
  "theme_color": "#4338ca",
  "orientation": "portrait-primary",
  "prefer_related_applications": false,
  "launch_handler": {
    "client_mode": ["navigate-existing", "auto"]
  },
  "edge_side_panel": {
    "preferred_width": 400
  },
  "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "screenshots/dashboard.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Dashboard — points, streak and recent activity"
    },
    {
      "src": "screenshots/training.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sport training plan with weekly progress"
    },
    {
      "src": "screenshots/rewards.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Rewards store — redeem points for prizes"
    }
  ],
  "shortcuts": [
    {
      "name": "Log Workout",
      "short_name": "Workout",
      "description": "Quickly log a workout for today",
      "url": "/?tab=workout",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Log Reading",
      "short_name": "Reading",
      "description": "Log pages read today",
      "url": "/?tab=reading",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "widgets": [
    {
      "name": "Summer Boost Score",
      "short_name": "SB Score",
      "description": "Shows the active child's current points and streak.",
      "tag": "summer-boost-score",
      "ms_ac_template": "widgets/score-widget.json",
      "data": "widgets/score-data.json",
      "type": "application/json",
      "screenshots": [
        {
          "src": "screenshots/dashboard.png",
          "sizes": "1280x800",
          "label": "Summer Boost score widget"
        }
      ],
      "icons": [
        {
          "src": "icons/icon-192.png",
          "sizes": "192x192"
        }
      ],
      "backgrounds": [
        {
          "src": "icons/icon-512.png",
          "sizes": "512x512"
        }
      ]
    }
  ]
}
