{
  "name": "Online Interval Timer",
  "short_name": "Interval Timer",
  "description": "An interval timer library with static presets, custom saved timers, and local browser storage.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#111318",
  "theme_color": "#111318",
  "icons": [
    {
      "src": "/assets/favicons/favicon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/assets/favicons/favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
