{
  "name": "The Xizoa Word Counter",
  "short_name": "Word Counter",
  "description": "Secure, fast, and offline-ready real-time character and word analyzer.",
  "start_url": "./word-counter.html",
  "display": "standalone",
  "background_color": "#F7F3E8",
  "theme_color": "#2F4A3B",
  "orientation": "any",
  "icons": [
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='192' height='192'><rect width='512' height='512' rx='100' fill='%232F4A3B'/><text x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' font-family='Georgia, serif' font-size='240' font-weight='bold' fill='%23AD8A52'>X</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'><rect width='512' height='512' rx='100' fill='%232F4A3B'/><text x='50%25' y='55%25' dominant-baseline='middle' text-anchor='middle' font-family='Georgia, serif' font-size='240' font-weight='bold' fill='%23AD8A52'>X</text></svg>",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ]
}
