fixed readme-screenshots

master
Stuff-etc 2024-03-22 06:35:50 +01:00
parent 08243fbfdb
commit d49ab01cb5
2 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ I needed an HP/XP-Tracker for a game, so i made one.
The counter state gets saved. Best to use this with pattern launcher or ClockCal The counter state gets saved. Best to use this with pattern launcher or ClockCal
- Colored Text Mode - Colored Text Mode
- ![color text](https://foostuff.github.io/BangleApps/apps/counter2/counter2-screenshot.png) - ![color text](https://stuff-etc.github.io/BangleApps/apps/counter2/counter2-screenshot.png)
- Colored Background Mode - Colored Background Mode
- ![color background](https://foostuff.github.io/BangleApps/apps/counter2/counter2dark-screenshot.png) - ![color background](https://stuff-etc.github.io/BangleApps/apps/counter2/counter2dark-screenshot.png)
## Howto ## Howto
- Tap top side or swipe up to increase counter - Tap top side or swipe up to increase counter

View File

@ -7,7 +7,7 @@
"icon": "counter2-icon.png", "icon": "counter2-icon.png",
"tags": "tool", "tags": "tool",
"supports": ["BANGLEJS2"], "supports": ["BANGLEJS2"],
"screenshots": [{"url":"counter2-screenshot.png"}], "screenshots": [{"url":"counter2-screenshot.png"},{"url":"counter2dark-screenshot.png"}],
"allow_emulator": true, "allow_emulator": true,
"storage": [ "storage": [
{"name":"counter2.app.js","url":"app.js"}, {"name":"counter2.app.js","url":"app.js"},