3 Commits

Author SHA1 Message Date
07b4a314b1 add manifest 2024-06-19 14:55:51 -05:00
e91ffc6fea change version 2024-06-19 14:54:56 -05:00
b89f1f8fca add download link 2024-06-19 14:54:38 -05:00

View File

@@ -7,11 +7,13 @@
"name": "lmxsdl" "name": "lmxsdl"
} }
], ],
"version": "1.0.0", "version": "0.1",
"compatibility": { "compatibility": {
"minimum": "10", "minimum": "10",
"verified": "11" "verified": "11"
}, },
"download": "https://gitea.ascorrea.com/asc/asc-session-title-suggestions/releases/download/0.1/src.zip",
"manifest":"https://gitea.ascorrea.com/asc/asc-session-title-suggestions/raw/branch/master/src/module.json",
"scripts": [ "scripts": [
"scripts/main.js" "scripts/main.js"
], ],