diff options
author | Cukmekerb <cukmekerb@gmail.com> | 2023-10-09 09:05:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-09 18:05:06 +0200 |
commit | 34f07f57b935ce5e38dc90ebb802ffd390169c05 (patch) | |
tree | 2c5d9b551f9f17274c1fbf29605217c42d705dc8 /manifest.json | |
parent | 6e007f3240fe9b3fa684a3253d8f0a3e572bdd1c (diff) | |
download | lite-xl-plugins-34f07f57b935ce5e38dc90ebb802ffd390169c05.tar.gz lite-xl-plugins-34f07f57b935ce5e38dc90ebb802ffd390169c05.zip |
Replace `discord-presence` with new plugin (#314)
* replace `discord-presence` with new plugin
* `discord-presence`: mention it only supports linux
* `discord-presence`: add name `Discord RPC`
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index 03f6d4c..27240e9 100644 --- a/manifest.json +++ b/manifest.json @@ -149,11 +149,12 @@ "mod_version": "3" }, { - "description": "Adds the current workspace and file to your Discord Rich Presence", - "version": "0.1", - "remote": "https://github.com/vincens2005/lite-xl-discord:93ac3abb7381fe6d5c9734e40c008cd26713f1a8", + "description": "Adds the current workspace and file to your Discord rich presence. Linux-only.", + "version": "0.2", + "remote": "https://github.com/vincens2005/lite-xl-discord2:71648e55ad812dc1029a3df70c17656ec7cb63bf", "mod_version": "3", - "id": "discord-presence" + "id": "discord-presence", + "name": "Discord RPC" }, { "description": "Provides basic drag and drop of selected text (in same document)", |