keyhook 0.1.0

⌨️ Global Hotkeys → Webhooks — one desktop app to trigger any HTTP request.
{
  "$schema": "https://schema.tauri.app/config/2",
  "productName": "keyhook",
  "version": "0.1.0",
  "identifier": "com.keyhook.app",
  "build": {
    "devUrl": "http://127.0.0.1:1420",
    "frontendDist": "../keyhook-ui/dist"
  },
  "app": {
    "withGlobalTauri": true,
    "windows": [
      {
        "title": "keyhook",
        "width": 800,
        "height": 600
      }
    ],
    "security": {
      "csp": null
    }
  },
  "bundle": {
    "active": true,
    "targets": "all",
    "icon": [
      "icons/32x32.png",
      "icons/128x128.png",
      "icons/128x128@2x.png",
      "icons/icon.icns",
      "icons/icon.ico"
    ]
  }
}