This commit is contained in:
Astatin3
2024-04-15 22:28:20 -06:00
parent 19547efcd3
commit 65807d0f38
36 changed files with 5219 additions and 3 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Scan",
"creators": ["ASTATIN3"],
"version": "1.0",
"entrypoint": "modules/scan/main.py",
"tabs": [
{
"name": "Scan",
"defaultPage": "Scan",
"pages": [
{
"type": "page",
"name": "Scan",
"requiredPermGroup": "",
"location": "modules/scan/scan.html"
}
]
}
]
}