{
  "name": "YouTube Transcribes",
  "short_name": "YT Transcribes",
  "description": "Fast and accurate YouTube transcript extraction tool",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#4F46E5",
  "categories": ["productivity", "utilities", "education"],
  "lang": "en",
  "icons": [
    {
      "src": "/static/images/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Transcript",
      "short_name": "New",
      "description": "Create a new YouTube transcript",
      "url": "/",
      "icons": [
        {
          "src": "/static/images/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
