{
  "name": "Video Frame Extractor",
  "short_name": "FrameExtractor",
  "description": "Extract frames from video in your browser using ffmpeg.wasm. No installation, no server upload.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#030712",
  "theme_color": "#6366f1",
  "lang": "vi",
  "categories": ["utilities", "productivity", "multimedia"],
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "label": "Video Frame Extractor — main interface"
    }
  ],
  "shortcuts": [
    {
      "name": "Extract I-Frames",
      "short_name": "I-Frames",
      "description": "Open tool in I-Frame extraction mode",
      "url": "/?mode=iframe",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
