BangleApps/apps/flipper/metadata.json

19 lines
484 B
JSON
Raw Normal View History

{
"id": "flipper",
"name": "flipper",
2022-04-22 20:38:11 +00:00
"version": "0.02",
"description": "Switch between dark and light theme and vice versa, combine with pattern launcher and swipe to flip.",
"readme":"README.md",
2022-04-22 20:38:11 +00:00
"screenshots": [{"url":"app.png"}],
"icon": "app.png",
"type": "app",
2022-04-25 14:10:44 +00:00
"tags": "tool",
"supports": ["BANGLEJS2"],
"allow_emulator": true,
"storage": [
2022-04-22 20:38:11 +00:00
{"name":"flipper.app.js","url":"app.js"},
{"name":"flipper.img","url":"icon.js","evaluate":true}
]
}