feat: Add Mini QR

This commit is contained in:
ethan
2026-04-02 22:32:24 +02:00
parent f1581d8449
commit eb3378aa53
3 changed files with 156 additions and 0 deletions

24
json/mini-qr.json Normal file
View File

@@ -0,0 +1,24 @@
{
"name": "Mini QR",
"slug": "mini-qr",
"description": "Create & scan cute qr codes easily 👾",
"type": "ct",
"privileged": false,
"documentation": "https://github.com/lyqht/mini-qr",
"website": "https://mini-qr-code-generator.vercel.app/",
"logo": "https://raw.githubusercontent.com/lyqht/mini-qr/refs/heads/main/public/favicon.svg",
"config_path": "",
"install_methods_json": [
{
"type": "default",
"resources": {
"cpu": 2,
"ram": 2048,
"hdd": 6,
"os": "Debian",
"version": "13"
}
}
],
"notes_json": []
}