{
  "name": "Focus Timer",
  "short_name": "Focus",
  "description": "Fast, private, on?device image compression with a clean and quiet interface.",
  "start_url": "/pwa/focus-timer/?mode=pwa",
  "scope": "/pwa/focus-timer/",
  "display": "standalone",
  "orientation": "portrait-primary",

  "theme_color": "#ffffff",
  "background_color": "#009688",

  "icons": [
    {
      "src": "/pwa/focus-timer/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa/focus-timer/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}