feat: add manifest.json for module configuration

Adds a new manifest.json file with enable and dynamic flags to configure module behavior.
This commit is contained in:
Felix 2026-04-13 15:03:39 +03:00
parent af865b9373
commit 2902d850df

4
manifest.json Normal file
View File

@ -0,0 +1,4 @@
{
"enable": true,
"dynamic": false
}