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