{
  "name": "Start My Day",
  "short_name": "Start My Day",
  "start_url": "index.html?action=start-my-day",
  "scope": "./",
  "display": "standalone",
  "background_color": "#F7F3EC",
  "theme_color": "#FF7A00",
  "description": "Phone-friendly daily assistant with a clean Fitbit-inspired dashboard, workouts, timer, YouTube assignments, Peloton links, wellness tracking, medications, reminders, and Google Health helper mode. Includes a modern day-by-day Weekly planner with cleaner rescheduling.",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Start My Day",
      "short_name": "Start",
      "description": "Open today\u2019s workout and timer",
      "url": "index.html?action=start-my-day",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Day Dashboard",
      "short_name": "Day",
      "description": "Open the focused daily dashboard",
      "url": "index.html#dayPanel",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Weekly Planner",
      "short_name": "Weekly",
      "description": "Open weekly planner and move missed workouts",
      "url": "index.html#weekPanel",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Timer",
      "short_name": "Timer",
      "description": "Open the workout timer",
      "url": "index.html#timerPanel",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Wellness",
      "short_name": "Wellness",
      "description": "Open the daily wellness tracker",
      "url": "index.html#wellnessPanel",
      "icons": [
        {
          "src": "icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}