{
  "short_name": "Smart Transcriber",
  "name": "Smart Transcriber - Transcribe Audio Effortlessly",
  "icons": [
    {
      "src": "favicon/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "favicon/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "favicon/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "favicon/android-chrome-192x192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "favicon/android-chrome-512x512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "display": "standalone",
  "theme_color": "#5bbad5",
  "background_color": "#ffffff",
  "description": "Transcribe your audio and video files with AI, summarize content, and export to Notion.",
  "categories": ["productivity", "utilities", "tools"],
  "lang": "en-US",
  "orientation": "any",
  "scope": "/",
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "audio",
          "accept": [
            "audio/*",
            "audio/mp4",
            "audio/x-m4a",
            "audio/mpeg",
            "audio/wav",
            "audio/ogg",
            "audio/aac",
            "audio/webm",
            "video/mp4",
            "video/webm",
            ".m4a",
            ".mp3",
            ".wav",
            ".aac",
            ".ogg",
            ".mp4",
            ".webm"
          ]
        }
      ]
    }
  }
}
