{
  "name": "Counter PWA",
  "short_name": "Counter",
  "description": "A simple offline counter PWA for iPhone.",
  "start_url": ".",
  "scope": ".",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f8f3",
  "theme_color": "#2f6b4f",
  "icons": [
    {
      "src": "icons/counter.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
