Merge pull request #2450 from Devs365/master
Informational Clock delete emulator functionality because it does not workmaster
commit
74975cc76f
|
|
@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue