{
  "name": "Galerie",
  "short_name": "Galerie",
  "description": "A multimedia gallery app for viewing PDFs, images, audio, and video files",
  "start_url": "/",
  "id": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#202124",
  "theme_color": "#202124",
  "lang": "en",
  "dir": "ltr",
  "categories": ["multimedia", "productivity", "utilities"],
  "launch_handler": {
    "client_mode": "navigate-existing"
  },
  "icons": [
    {
      "src": "icons/icon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "icons/icon-24x24.png",
      "sizes": "24x24",
      "type": "image/png"
    },
    {
      "src": "icons/icon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "icons/icon-48x48.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "icons/icon-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-256x256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "file_handlers": [
    {
      "action": "./",
      "accept": {
        "image/jpeg": [".jpg", ".jpeg"],
        "image/png": [".png"],
        "image/gif": [".gif"],
        "image/webp": [".webp"],
        "image/svg+xml": [".svg"],
        "image/bmp": [".bmp"],
        "image/tiff": [".tiff", ".tif"],
        "image/x-icon": [".ico"],
        "image/heic": [".heic"],
        "image/heif": [".heif"],
        "image/avif": [".avif"],
        "image/apng": [".apng"]
      },
      "icons": [
        {
          "src": "/icons/filetypes/image.ico",
          "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 256x256",
          "type": "image/x-icon"
        },
        {
          "src": "/icons/filetypes/image-16x16.png",
          "sizes": "16x16",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/image-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/image-48x48.png",
          "sizes": "48x48",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/image-256x256.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    },
    {
      "action": "./",
      "accept": {
        "video/mp4": [".mp4", ".m4v"],
        "video/webm": [".webm"],
        "video/x-matroska": [".mkv"],
        "video/x-msvideo": [".avi"],
        "video/quicktime": [".mov"],
        "video/3gpp": [".3gp"],
        "video/3gpp2": [".3g2"],
        "video/mp2t": [".ts", ".m2ts", ".mts"],
        "video/mpeg": [".mpeg", ".mpg"],
        "video/ogg": [".ogv"]
      },
      "icons": [
        {
          "src": "/icons/filetypes/video.ico",
          "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 256x256",
          "type": "image/x-icon"
        },
        {
          "src": "/icons/filetypes/video-16x16.png",
          "sizes": "16x16",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/video-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/video-48x48.png",
          "sizes": "48x48",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/video-256x256.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    },
    {
      "action": "./",
      "accept": {
        "audio/mpeg": [".mp3"],
        "audio/wav": [".wav"],
        "audio/ogg": [".ogg"],
        "audio/flac": [".flac"],
        "audio/aac": [".aac"],
        "audio/webm": [".weba"],
        "audio/mp4": [".m4a", ".m4b"],
        "audio/opus": [".opus"],
        "audio/midi": [".mid", ".midi"]
      },
      "icons": [
        {
          "src": "/icons/filetypes/audio.ico",
          "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 256x256",
          "type": "image/x-icon"
        },
        {
          "src": "/icons/filetypes/audio-16x16.png",
          "sizes": "16x16",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/audio-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/audio-48x48.png",
          "sizes": "48x48",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/audio-256x256.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    },
    {
      "action": "./",
      "accept": {
        "application/pdf": [".pdf"]
      },
      "icons": [
        {
          "src": "/icons/filetypes/pdf.ico",
          "sizes": "16x16 24x24 32x32 48x48 64x64 128x128 256x256",
          "type": "image/x-icon"
        },
        {
          "src": "/icons/filetypes/pdf-16x16.png",
          "sizes": "16x16",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/pdf-32x32.png",
          "sizes": "32x32",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/pdf-48x48.png",
          "sizes": "48x48",
          "type": "image/png"
        },
        {
          "src": "/icons/filetypes/pdf-256x256.png",
          "sizes": "256x256",
          "type": "image/png"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [
        {
          "name": "files",
          "accept": ["image/*", "video/*", "audio/*", ".pdf"]
        }
      ]
    }
  }
}
