2022-11-02 19:06:17 +00:00
|
|
|
{
|
|
|
|
"id": "gallery",
|
|
|
|
"name": "Gallery",
|
2022-12-05 20:34:20 +00:00
|
|
|
"version": "0.03",
|
2022-11-02 19:06:17 +00:00
|
|
|
"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,
|
2022-11-30 18:08:18 +00:00
|
|
|
"interface": "interface.html",
|
2022-11-02 19:06:17 +00:00
|
|
|
"storage": [
|
|
|
|
{
|
|
|
|
"name": "gallery.app.js",
|
|
|
|
"url": "app.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "gallery.img",
|
|
|
|
"url": "icon.js",
|
|
|
|
"evaluate": true
|
|
|
|
}
|
|
|
|
]
|
2022-11-30 18:08:18 +00:00
|
|
|
}
|