{
  "name": "GYM Remind",
  "short_name": "GYM Remind",
  "description": "Free, all-in-one fitness tracking that lives entirely in your browser. No accounts. No subscriptions.",
  "start_url": "./app.html",
  "display": "standalone",
  "background_color": "#09090B",
  "theme_color": "#2563EB",
  "orientation": "any",
  "categories": ["health", "fitness"],
  "icons": [
    {
      "src": "./images/logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "url": "./app.html#dashboard",
      "description": "Open the fitness dashboard"
    },
    {
      "name": "Log Workout",
      "url": "./app.html#workout",
      "description": "Go to the workout log"
    }
  ]
}
