aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorAdam Harrison <adamdharrison@gmail.com>2024-07-09 10:20:35 -0400
committerAdam Harrison <adamdharrison@gmail.com>2024-10-13 19:49:52 -0400
commit39a6b6578cfe55212311592a5b3774a65f40d333 (patch)
treed5a1f34c7c3e8f0af799ada73569e6aa0a070671 /manifest.json
parentc09b1224fbc618f12a92deb196e5d5c50e2bedd4 (diff)
downloadlite-xl-plugin-manager-3.0.tar.gz
lite-xl-plugin-manager-3.0.zip
Changed over to mod-version 4.03.0
Addedd in preview. git diff HEAD
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json31
1 files changed, 29 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json
index f21d73e..2f3dd98 100644
--- a/manifest.json
+++ b/manifest.json
@@ -5,7 +5,7 @@
"version": "0.1",
"description": "A GUI interface to Adam's lite-xl plugin manager.",
"path": "plugins/plugin_manager",
- "mod_version": 3,
+ "mod_version": 4,
"files": [
{
"url": "https://github.com/lite-xl/lite-xl-plugin-manager/releases/download/latest/lpm.x86_64-linux",
@@ -71,6 +71,7 @@
"description": "A welcome screen for lite-xl, that on first start, invites a user to install the meta_addons package, or access the plugin manager.",
"type": "plugin",
"path": "plugins/welcome.lua",
+ "mod_version": 4,
"version": "0.1",
"dependencies": {
"plugin_manager": {}
@@ -86,6 +87,32 @@
],
"lite-xls": [
{
+ "version": "3.0-preview",
+ "mod_version": 4,
+ "files": [
+ {
+ "arch": "x86_64-linux",
+ "url": "https://github.com/adamharrison/lite-xl/releases/download/v3.0/lite-xl-v3.0-x86_64-linux-portable.tar.gz",
+ "checksum": "SKIP"
+ },
+ {
+ "arch": "x86_64-windows",
+ "url": "https://github.com/adamharrison/lite-xl/releases/download/v3.0/lite-xl-v3.0-x86_64-windows-portable.zip",
+ "checksum": "SKIP"
+ },
+ {
+ "arch": "x86_64-darwin",
+ "url": "https://github.com/adamharrison/lite-xl/releases/download/v3.0/lite-xl-v3.0-universal-darwin-portable.tar.gz",
+ "checksum": "SKIP"
+ },
+ {
+ "arch": "aarch64-darwin",
+ "url": "https://github.com/adamharrison/lite-xl/releases/download/v3.0/lite-xl-v3.0-universal-darwin-portable.tar.gz",
+ "checksum": "SKIP"
+ }
+ ]
+ },
+ {
"version": "2.1.1-simplified",
"mod_version": 3,
"files": [
@@ -108,7 +135,7 @@
}
],
"remotes": [
- "https://github.com/lite-xl/lite-xl-plugins.git:master",
+ "https://github.com/adamharrison/lite-xl-plugins.git:3.0",
"https://github.com/lite-xl/lite-xl-colors.git:master"
]
}