{
  "manifest_version": 3,
  "version": "3.0.0",
  "name": "W4GGJ Amateur Radio Log",
  "short_name": "W4GGJ Log",
  "description": "Multi-program QSO logger for W4GGJ — POTA, WWFF, SOTA, IOTA, BOTA and more",
  "start_url": "./index.html",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#090b0d",
  "theme_color": "#090b0d",
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities"],
  "lang": "en-US"
}
