{
  "name": "Voice Calculator",
  "short_name": "VoiceCalc",
  "description": "Voice-first calculator — speak your math, get instant answers. Shazam-like quick-listen mode + watch-optimized UI.",
  "start_url": ".",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d0d0f",
  "theme_color": "#7c6af7",
  "categories": ["utilities", "productivity", "education"],
  "icons": [
    {
      "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Crect width='512' height='512' rx='100' fill='%237c6af7'/%3E%3Ctext x='256' y='340' font-size='350' text-anchor='middle' fill='white' font-family='sans-serif'%3E🎤%3C/text%3E%3C/svg%3E",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "🎤 Quick Listen",
      "short_name": "Listen",
      "description": "Open and start listening immediately",
      "url": "/shazam-mode.html?auto=1",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%237c6af7'/%3E%3Ctext x='48' y='64' text-anchor='middle' font-size='40' fill='white'%3E🎤%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    },
    {
      "name": "🔓 Lock Screen Calc",
      "short_name": "LockCalc",
      "description": "Lock screen widget flow — auto-listen + notification",
      "url": "/shazam-mode.html?auto=1&widget=1",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%234ade80'/%3E%3Ctext x='48' y='64' text-anchor='middle' font-size='36' fill='white'%3E🔓%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    },
    {
      "name": "⌨️ Type Math",
      "short_name": "Type",
      "description": "Open full calculator with keypad",
      "url": "/index.html",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%230055d4'/%3E%3Ctext x='48' y='64' text-anchor='middle' font-size='36' fill='white'%3E⌨️%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    },
    {
      "name": "🔄 Convert Units",
      "short_name": "Convert",
      "description": "Quick unit conversion",
      "url": "/index.html",
      "icons": [{ "src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 96 96'%3E%3Ccircle cx='48' cy='48' r='48' fill='%2306b6d4'/%3E%3Ctext x='48' y='64' text-anchor='middle' font-size='36' fill='white'%3E🔄%3C/text%3E%3C/svg%3E", "sizes": "96x96" }]
    }
  ],
  "share_target": {
    "action": "/shazam-mode.html",
    "method": "GET",
    "params": {
      "title": "name",
      "text": "text"
    }
  }
}
