tauri-plugin-deep-link 2.4.7

Set your Tauri application as the default handler for an URL
{
  "name": "deep-link-example",
  "private": true,
  "version": "2.2.10",
  "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.7"
  },
  "devDependencies": {
    "@tauri-apps/cli": "2.10.0",
    "typescript": "^5.7.3",
    "vite": "^7.3.1"
  }
}