{
  "name": "Quantum AI Subtitle Tools",
  "short_name": "Quantum AI",
  "description": "AI-powered subtitle editing, translation, and speech recognition tools",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#4a90e2",
  "orientation": "any",
  "scope": "/",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "multimedia", "utilities"],
  "icons": [
    {
      "src": "/images/logo128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/images/logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Extract Subtitles",
      "short_name": "Extract",
      "description": "Extract subtitles from video files",
      "url": "/video-subtitle-extractor",
      "icons": [
        {
          "src": "/images/logo128.png",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "Translate Subtitles",
      "short_name": "Translate",
      "description": "Translate subtitle files",
      "url": "/subtitle-translator-online",
      "icons": [
        {
          "src": "/images/logo128.png",
          "sizes": "128x128"
        }
      ]
    },
    {
      "name": "Speech Recognition",
      "short_name": "Speech",
      "description": "Convert speech to text with AI",
      "url": "/speech-recognition",
      "icons": [
        {
          "src": "/images/logo128.png",
          "sizes": "128x128"
        }
      ]
    }
  ]
} 