aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <adamdharrison@gmail.com>2023-05-04 13:09:37 -0400
committerGitHub <noreply@github.com>2023-05-04 19:09:37 +0200
commitac81e126d325ebf68c31238c88c37479b78d6f1f (patch)
tree7ad5645b960914f50c145d40a53c4872e8bf2723
parent1cf38cf027f057431e9e80608cf0f91ab22cffdf (diff)
downloadlite-xl-plugins-ac81e126d325ebf68c31238c88c37479b78d6f1f.tar.gz
lite-xl-plugins-ac81e126d325ebf68c31238c88c37479b78d6f1f.zip
Added in `www` to manifest. (#240)
* Updated manifest. * Whoops, shh.
-rw-r--r--manifest.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index 28d6642..d9911fe 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1370,6 +1370,14 @@
"path": "plugins/wordcount.lua",
"id": "wordcount",
"mod_version": "3"
+ },
+ {
+ "id": "www",
+ "description": "A simple library that provides a web client to fetch, and submit data via HTTP requests.",
+ "version": "0.1",
+ "type": "library",
+ "remote": "https://github.com/adamharrison/lite-xl-www.git:aecc866c33b0a954fbd41a5de2842bb97f4ac45e",
+ "mod_version": "3"
}
]
}