forked from FOSS/BangleApps
parent
b8b8bc41f3
commit
52fd577a93
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "widtemp",
|
||||
"name": "Temperature widget",
|
||||
"version": "0.01",
|
||||
"version": "0.02",
|
||||
"description": "A temperature widget, showing the current internal temperature",
|
||||
"readme": "README.md",
|
||||
"icon": "widtemp.png",
|
||||
|
@ -10,7 +10,7 @@
|
|||
"tags": "widget,health",
|
||||
"supports": ["BANGLEJS","BANGLEJS2"],
|
||||
"dependencies" : {},
|
||||
"allow_emulator":true,
|
||||
"allow_emulator":false,
|
||||
"storage": [
|
||||
{"name":"widtemp.wid.js","url":"widtemp.wid.js"}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue