Skip to content

Commit 25b324c

Browse files
author
Robin Hermann
committed
fix: prepare for publishing
1 parent 41931e4 commit 25b324c

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

plugins-manifest-entry.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"ID": "KubernetesContextSwitcher",
2+
"ID": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
33
"Name": "Kubernetes Context Switcher",
44
"Description": "Switch between Kubernetes contexts quickly using Flow Launcher. View current context, list all available contexts, and switch between them with ease.",
55
"Author": "Robin Hermann",
66
"Version": "1.0.1",
77
"Language": "csharp",
88
"Website": "https://github.com/r-studio/flow-launcher-k8s-context-switcher",
9-
"IcoPath": "Images/k8s.png",
10-
"ExecuteFileName": "Flow.Launcher.Plugin.KubernetesContextSwitcher.dll",
11-
"ActionKeyword": "k8s",
12-
"Repository": "https://github.com/r-studio/flow-launcher-k8s-context-switcher",
13-
"ReleaseApi": "https://api.github.com/repos/r-studio/flow-launcher-k8s-context-switcher/releases/latest"
14-
}
9+
"UrlDownload": "https://github.com/R-Studio/flow-launcher-k8s-context-switcher/releases/download/v1.0.1/Flow.Launcher.Plugin.KubernetesContextSwitcher.zip",
10+
"UrlSourceCode": "https://github.com/R-Studio/flow-launcher-k8s-context-switcher/tree/main",
11+
"IcoPath": "https://cdn.jsdelivr.net/gh/R-Studio/flow-launcher-k8s-context-switcher@main/Images/k8s.png"
12+
}

0 commit comments

Comments
 (0)