mirror of https://github.com/espruino/BangleApps
19 lines
508 B
JSON
19 lines
508 B
JSON
|
|
{
|
|
"id": "flipper",
|
|
"name": "flipper",
|
|
"version": "0.01",
|
|
"description": "Switch between dark and light theme and vice versa, combine with pattern launcher and swipe to flip.",
|
|
"readme":"README.md",
|
|
"screenshots": [{"url":"flipper.png"}],
|
|
"icon": "flipper.png",
|
|
"type": "app",
|
|
"tags": "game",
|
|
"supports": ["BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"flipper.app.js","url":"flipper.app.js"},
|
|
{"name":"flipper.img","url":"flipper.icon.js","evaluate":true}
|
|
]
|
|
}
|