{
  "name": "TSK - Counter",
  "short_name": "Counter",
  "description": "Create multiple named counters to track anything. No app, no login. Works offline.",
  "start_url": "/counter/",
  "scope": "/counter/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#003d5c",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/shared/favicon-32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ]
}

