feat: build system

This commit is contained in:
2025-08-13 12:21:20 -06:00
parent 64af8e6d95
commit 2c59ce43ad
8 changed files with 290 additions and 47 deletions

13
manifest.json Normal file
View File

@@ -0,0 +1,13 @@
{
"display_name": "St Randomness Helpers",
"loading_order": 1,
"requires": [],
"optional": [],
"dependencies": [],
"author": "Your name",
"version": "1.0.0",
"homePage": "",
"js": "dist/index.js",
"css": "dist/index.css",
"auto_update": true
}