manifest.lua (396B)
1 return { 2 name = "lunareditor", 3 pretty = "Lunar Editor", 4 developer = "luajitos", 5 version = "1.0.0", 6 category = "Productivity", 7 description = "Simple text editor", 8 entry = "editor.lua", 9 type = "gui", 10 permissions = { 11 "draw", 12 "filesystem", 13 "ramdisk" 14 }, 15 allowedPaths = { 16 "/home/*", 17 "/apps/*", 18 "/os/*" 19 } 20 }