{
  "id": "/",
  "name": "GIF Panel",
  "short_name": "GIF Panel",
  "description": "Private, no-login GIF editing, conversion, compression, creation, frame extraction, and public-link download tools.",
  "lang": "en",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#4f46e5",
  "categories": [
    "utilities",
    "photo",
    "productivity"
  ],
  "icons": [
    {
      "src": "/assets/img/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Download a GIF",
      "short_name": "Download",
      "description": "Find supported public GIF or video media from a URL.",
      "url": "/gif-downloader/"
    },
    {
      "name": "Compress a GIF",
      "short_name": "Compress",
      "description": "Reduce GIF file size locally in your browser.",
      "url": "/gif-compressor/"
    },
    {
      "name": "Convert Video to GIF",
      "short_name": "Video to GIF",
      "description": "Convert a short video clip to GIF locally in your browser.",
      "url": "/video-to-gif/"
    },
    {
      "name": "Create a GIF",
      "short_name": "GIF Maker",
      "description": "Create an animated GIF from images in your browser.",
      "url": "/gif-maker/"
    }
  ]
}
