BangleApps/apps/pipboy/metadata.json

18 lines
440 B
JSON
Raw Normal View History

{
"id": "pipboy",
"name": "Pipboy",
"version": "0.04",
"description": "Pipboy themed clock",
"icon": "app.png",
"type": "clock",
"tags": "clock",
"supports": ["BANGLEJS"],
"readme": "README.md",
"allow_emulator": true,
"screenshots": [{"url":"bangle1-pipboy-themed-clock-screenshot.png"}],
"storage": [
{"name":"pipboy.app.js","url":"app.js"},
{"name":"pipboy.img","url":"app-icon.js","evaluate":true}
]
}