{
  "name": "Break Reminder",
  "short_name": "Break",
  "description": "A wellness app that reminds you to take breaks, stand up, stretch, and breathe",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f5fafa",
  "theme_color": "#14b8a6",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
