{
  "name": "Tempo",
  "short_name": "Tempo",
  "description": "Productivity and wellness timers — stopwatch, Pomodoro, Flow, intervals, and more.",
  "id": "./index.html",
  "scope": "./",
  "start_url": "./index.html#/home",
  "display": "standalone",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "health", "lifestyle"],
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Stopwatch",
      "short_name": "Stopwatch",
      "url": "./index.html#/timers",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Timer",
      "short_name": "Timer",
      "url": "./index.html#/timers/countdown",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Pomodoro",
      "short_name": "Pomodoro",
      "url": "./index.html#/timers/pomodoro",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Flow",
      "short_name": "Flow",
      "url": "./index.html#/timers/flow",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Interval",
      "short_name": "Interval",
      "url": "./index.html#/timers/interval",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Cooking",
      "short_name": "Cook",
      "url": "./index.html#/timers/cook",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
