popcon: note about potential app slowdown

master
Rob Pilling 2023-05-04 22:53:44 +01:00
parent 988945f0dc
commit 945c7ca70a
2 changed files with 5 additions and 1 deletions

View File

@ -2,3 +2,7 @@ Popcon
======
Display apps sorted by regular use. No config - install the app and all your launchers will sort apps by most popular, based off launch counts within the last month, and then sort them by the most recently launched app.
:warning: Warning: this app overrides [`Storage.readJSON`], so may slow down your watch when using apps that perform I/O.
[`Storage.readJSON`]: https://www.espruino.com/ReferenceBANGLEJS2#l_Storage_readJSON

View File

@ -3,7 +3,7 @@
"name": "Popcon Launcher",
"shortName": "Popcon",
"version": "0.01",
"description": "Launcher modification - your launchers will display your favourite (popular) apps first",
"description": "Launcher modification - your launchers will display your favourite (popular) apps first. Overrides `readJSON`, may slow down your watch",
"readme": "README.md",
"icon": "app.png",
"type": "bootloader",