{
  "name": "Morse Code Translator",
  "short_name": "Morse",
  "description": "Free morse code translator with audio playback, practice mode, and offline support",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#faf9f0",
  "theme_color": "#d97757",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["education", "utilities"],
  "shortcuts": [
    {
      "name": "Converter",
      "short_name": "Convert",
      "description": "Open morse code converter",
      "url": "/",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Practice",
      "short_name": "Practice",
      "description": "Practice morse code",
      "url": "/practice",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    },
    {
      "name": "Chart",
      "short_name": "Chart",
      "description": "View morse code chart",
      "url": "/chart",
      "icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]
}
