forked from FOSS/BangleApps
19 lines
484 B
JSON
19 lines
484 B
JSON
|
|
{
|
|
"id": "flipper",
|
|
"name": "flipper",
|
|
"version": "0.02",
|
|
"description": "Switch between dark and light theme and vice versa, combine with pattern launcher and swipe to flip.",
|
|
"readme":"README.md",
|
|
"screenshots": [{"url":"app.png"}],
|
|
"icon": "app.png",
|
|
"type": "app",
|
|
"tags": "tool",
|
|
"supports": ["BANGLEJS2"],
|
|
"allow_emulator": true,
|
|
"storage": [
|
|
{"name":"flipper.app.js","url":"app.js"},
|
|
{"name":"flipper.img","url":"icon.js","evaluate":true}
|
|
]
|
|
}
|