gifski-win 1.7.3

GUI for gif.ski (high-quality GIF maker)
{
  "build": {
    "beforeDevCommand": "",
    "beforeBuildCommand": "",
    "devPath": "html",
    "distDir": "html",
    "withGlobalTauri": true
  },
  "package": {
    "productName": "gifski-win",
    "version": "1.7.2"
  },
  "tauri": {
    "allowlist": {
      "all": true
    },
    "bundle": {
      "active": true,
      "category": "DeveloperTool",
      "copyright": "AGPL-3.0",
      "deb": {
        "depends": []
      },
      "externalBin": [],
      "icon": [
        "icons/icon32.png",
        "icons/icon64.png",
        "icons/icon128.png",
        "icons/icon.ico"
      ],
      "identifier": "ski.gif.win",
      "longDescription": "High-quality GIF encoder based on https://pngquant.org",
      "macOS": {
        "entitlements": null,
        "exceptionDomain": "",
        "frameworks": [],
        "providerShortName": null,
        "signingIdentity": null
      },
      "resources": [],
      "shortDescription": "gif.ski high-quality GIF encoder",
      "targets": "all",
      "windows": {
        "certificateThumbprint": null,
        "digestAlgorithm": "sha256",
        "timestampUrl": ""
      }
    },
    "security": {
      "csp": null
    },
    "updater": {
      "active": true,
      "dialog": false,
      "pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDIwNTFBNzE4MEREQkE5QzMKUldURHFkc05HS2RSSUVIakZRTXNaVWFDcnd6a3dianVERE5XMWp1eGM1LzFKczcxMVZpNy8wQkoK"
    },
    "windows": [
      {
        "label": "gifski",
        "fileDropEnabled": true,
        "width": 360,
        "height": 240,
        "minWidth": 360,
        "minHeight": 240,
        "maxWidth": 360,
        "maxHeight": 240,
        "fullscreen": false,
        "resizable": false,
        "title": "gif.ski"
      }
    ]
  }
}