{
  "name": "MeroSEE VoiceTyper Pro",
  "short_name": "VoiceTyper",
  "description": "Premium AI-powered voice typing and transliteration tool.",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#0f172a",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "categories": ["productivity", "utilities"],
  "icons": [
    {
      "src": "favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "favicon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Start Voice Typing",
      "short_name": "Voice Type",
      "description": "Open VoiceTyper and start recording immediately",
      "url": "/?action=record",
      "icons": [{ "src": "favicon.png", "sizes": "192x192" }]
    },
    {
      "name": "Preeti Converter",
      "short_name": "Converter",
      "description": "Open Preeti to Unicode converter",
      "url": "/?action=convert",
      "icons": [{ "src": "favicon.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "screenshot-mobile.png",
      "sizes": "1024x1792",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "VoiceTyper Pro on Mobile"
    },
    {
      "src": "screenshot-desktop.png",
      "sizes": "1792x1024",
      "type": "image/png",
      "form_factor": "wide",
      "label": "VoiceTyper Pro on Desktop"
    }
  ],
  "share_target": {
    "action": "/?action=share",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
