{
  "name": "IR Lab — Infrared Colour Swap",
  "short_name": "IR Lab",
  "description": "Channel-swap false-colour tool for full-spectrum, UV and infrared photography. Runs entirely in the browser.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#160f0a",
  "theme_color": "#160f0a",
  "categories": [
    "photo",
    "graphics",
    "utilities"
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "files": [
        {
          "name": "image",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/webp",
            "image/avif",
            "image/tiff",
            ".jpg",
            ".jpeg",
            ".png",
            ".webp",
            ".avif",
            ".cr2",
            ".cr3",
            ".nef",
            ".arw",
            ".sr2",
            ".dng",
            ".orf",
            ".ori",
            ".rw2",
            ".pef",
            ".raf",
            ".srw",
            ".nrw",
            ".3fr",
            ".iiq",
            ".mrw",
            ".kdc",
            ".dcr",
            ".x3f"
          ]
        }
      ]
    }
  },
  "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-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Filter transmission curves",
      "short_name": "Filters",
      "url": "/filters.html",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
