diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bff4cc2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +archives/* +.DS_Store \ No newline at end of file diff --git a/system.json b/system.json index 1f69142..b990005 100644 --- a/system.json +++ b/system.json @@ -17,7 +17,9 @@ "esmodules": [ "hench.mjs" ], - "styles": ["styles/hench.css"], + "styles": [ + "styles/hench.css" + ], "packs": [], "languages": [], "documentTypes": { @@ -29,5 +31,7 @@ "move": {} } }, - "url": "https://github.com/walcutt/hench" + "url": "https://github.com/walcutt/hench", + "manifest": "https://raw.githubusercontent.com/walcutt/hench/refs/heads/develop/system.json", + "download": "https://github.com/walcutt/hench/archive/refs/tags/0.0.2.zip" } \ No newline at end of file