{
  "name": "CycleTracker: Period tracking app",
  "short_name": "CT",
  "description": "My first PWA, in which I follow a tutorial provided by developer.mozilla.org",
  "start_url": "/pwa_tutorial_beginner/",
  "display": "standalone",
  "theme_color": "#eeffee",
  "background_color": "#eeffee",
  "icons": [
    {
      "src": "icons/circle.svg",
      "sizes": "72x72 96x96",
      "purpose": "maskable"
    },
    {
      "src": "icons/tire.svg",
      "sizes": "128x128 256x256"
    },
    {
      "src": "icons/wheel.svg",
      "sizes": "512x512"
    }
  ]
}
