{
  "name": "VIDEDTR video editor",
  "short_name": "VIDEDTR",
  "description": "A video editor that runs entirely in your browser. Nothing is uploaded.",
  "start_url": "./videdtr.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0e1116",
  "theme_color": "#0e1116",
  "categories": [
    "productivity",
    "video",
    "utilities"
  ],
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "id": "videdtr",
  "version": "1.2"
}
