BangleApps/apps/gallery/metadata.json

28 lines
607 B
JSON
Raw Normal View History

{
"id": "gallery",
"name": "Gallery",
2022-12-05 20:34:20 +00:00
"version": "0.03",
"description": "A gallery that lets you view images uploaded with the IDE (see README)",
"readme": "README.md",
"icon": "icon.png",
"type": "app",
"tags": "tools",
"supports": [
"BANGLEJS2",
"BANGLEJS"
],
"allow_emulator": true,
"interface": "interface.html",
"storage": [
{
"name": "gallery.app.js",
"url": "app.js"
},
{
"name": "gallery.img",
"url": "icon.js",
"evaluate": true
}
]
}