{
  "name": "StreamNest - Desktop Media Downloader",
  "short_name": "StreamNest",
  "description": "Free, open-source desktop media downloader built with Flet and yt-dlp. Download videos, audio, and playlists from 1000+ sites.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#071221",
  "theme_color": "#071221",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["utilities", "multimedia"],
  "icons": [
    {
      "src": "/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.svg",
      "sizes": "1200x630",
      "type": "image/svg+xml",
      "form_factor": "wide",
      "label": "StreamNest Desktop Media Downloader"
    }
  ],
  "related_applications": [
    {
      "platform": "github",
      "url": "https://github.com/Sarwarhridoy4/StreamNest",
      "id": "Sarwarhridoy4/StreamNest"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Download Latest Release",
      "short_name": "Download",
      "description": "Download the latest StreamNest release from GitHub",
      "url": "https://github.com/Sarwarhridoy4/StreamNest/releases/latest",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "View on GitHub",
      "short_name": "GitHub",
      "description": "View StreamNest source code on GitHub",
      "url": "https://github.com/Sarwarhridoy4/StreamNest",
      "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
