{
  "name": "Morse Code Converter",
  "short_name": "Morse Code",
  "description": "Translate text to Morse code, decode Morse to text, play beeps, and record taps or tones.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0d12",
  "theme_color": "#0a0d12",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 192 192'><rect width='192' height='192' fill='%230a0d12' rx='24'/><text y='130' x='20' font-size='120' font-family='serif'>📡</text></svg>",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["utilities", "education"],
  "lang": "en"
}
