Merge pull request #2450 from Devs365/master

Informational Clock delete emulator functionality because it does not work
master
Gordon Williams 2023-01-05 10:25:06 +00:00 committed by GitHub
commit 74975cc76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,7 @@
"id": "infoclk",
"name": "Informational clock",
"version": "0.08",
"dependencies": {"weather":"app"},
"description": "A configurable clock with extra info and shortcuts when unlocked, but large time when locked",
"readme": "README.md",
"icon": "icon.png",
@ -10,7 +11,6 @@
"supports": [
"BANGLEJS2"
],
"allow_emulator": true,
"storage": [
{
"name": "infoclk.app.js",
@ -35,4 +35,4 @@
"name": "infoclk.json"
}
]
}
}