{
  "name": "ChainBreak - Workout Tracker",
  "short_name": "ChainBreak",
  "description": "Don't break the chain. Track your workouts, build your streak.",
  "start_url": "/index.html",
  "display": "standalone",
  "background_color": "#070b16",
  "theme_color": "#00e5a0",
  "orientation": "portrait",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}