{
  "name": "VidVisual — YouTube Thumbnail Previewer",
  "short_name": "VidVisual",
  "description": "Preview how your thumbnail looks in a YouTube-style feed before publishing. No signup, works offline.",
  "start_url": "app.html",
  "scope": "./",
  "display": "standalone",
  "background_color": "#0f0f0f",
  "theme_color": "#ff0000",
  "icons": [
    {
      "src": "assets/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "assets/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
