{
  "name": "Multi Timers - Online Countdown Timer",
  "short_name": "Multi Timers",
  "description": "Set multiple countdown timers simultaneously with custom names and sounds. Free online timer that works in your browser.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "permissions": [
    "notifications",
    "vibrate"
  ],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E⏲️%3C/text%3E%3C/svg%3E",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": [
    "productivity",
    "utilities"
  ],
  "shortcuts": [
    {
      "name": "Create Timer",
      "short_name": "New Timer",
      "description": "Create a new countdown timer",
      "url": "/?action=new",
      "icons": [
        {
          "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ctext y='.9em' font-size='90'%3E➕%3C/text%3E%3C/svg%3E",
          "sizes": "any"
        }
      ]
    }
  ],
  "screenshots": [],
  "prefer_related_applications": false
}
