manifest.lua (340B)
1 return { 2 name = "HTML Test App"; 3 developer = "luajit"; 4 version = "0.0.1"; 5 category = "all"; 6 description = "Test HTML type application"; 7 entry = "index.html"; 8 type = "html"; -- HTML type app 9 width = 400; 10 height = 300; 11 permissions = { 12 "draw"; 13 "load"; -- For onclick handlers 14 }; 15 }