{
  "name": "VideoToolDeck Editor",
  "short_name": "VTD Editor",
  "description": "A private, browser-based video editor with local processing and export.",
  "start_url": "/editor/",
  "scope": "/editor/",
  "display": "standalone",
  "background_color": "#1C1C1E",
  "theme_color": "#10b981",
  "orientation": "landscape",
  "icons": [
    {
      "src": "/editor/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/editor/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/editor/icons/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "utilities"],
  "prefer_related_applications": false
}
