manifest.lua (379B)
1 return { 2 name = "lam"; 3 developer = "luajit"; 4 version = "1.0.0"; 5 category = "system"; 6 description = "LuajitOS Application Manager - Package and install applications"; 7 entry = "init.lua"; 8 type = "cli"; 9 permissions = { 10 "filesystem"; 11 "system"; 12 "load"; 13 }; 14 allowedPaths = { 15 "/apps/*"; 16 "/home/*"; 17 }; 18 }