{
  "name": "Stretch Timer",
  "short_name": "StretchTimer",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#800080",
  "theme_color": "#800080",

  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],

  "serviceworker": {
    "src": "sw.js",
    "scope": "/",
    "type": "classic"
  }
}
