Update apps.json

master
Ronin0000 2021-12-20 15:58:27 -08:00 committed by GitHub
parent 3e8f710192
commit 0cca21ab61
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5068,12 +5068,13 @@
"name": "Pro Menu", "name": "Pro Menu",
"version": "0.01", "version": "0.01",
"description": "Replace Bangle.js 1's built in show message.", "description": "Replace Bangle.js 1's built in show message.",
"icon": "promenuIcon.png", "icon": "icons8-menu-48 (1).png",
"type": "boot", "type": "boot",
"tags": "system", "tags": "system",
"supports": ["BANGLEJS"], "supports": ["BANGLEJS"],
"storage": [ "storage": [
{"name":"promenu.boot.js","url":"boot.js"} {"name":"promenu.boot.js","url":"boot.js"}
{"name":"promenu.img","url":"promenuIcon.js","evaluate":true}
] ]
} }
] ]