{
  "name": "Safe Web Timer",
  "short_name": "Timer",
  "description": "A clean browser-local timer with mobile presets, custom time, tick sound, and home screen support.",
  "id": "/time/timer",
  "scope": "/",
  "start_url": "/time/timer",
  "display": "standalone",
  "display_override": ["standalone", "minimal-ui"],
  "background_color": "#ffffff",
  "theme_color": "#ffffff",
  "categories": ["utilities", "productivity"],
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "/icons/timer-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/timer-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
