tauri-plugin-deep-link 2.4.8

Set your Tauri application as the default handler for an URL
{
  "name": "deep-link-example",
  "private": true,
  "version": "2.2.11",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "preview": "vite preview",
    "tauri": "tauri"
  },
  "dependencies": {
    "@tauri-apps/api": "^2.10.1",
    "@tauri-apps/plugin-deep-link": "2.4.8"
  },
  "devDependencies": {
    "@tauri-apps/cli": "2.10.1",
    "typescript": "^5.9.3",
    "vite": "^8.0.1"
  }
}