1
0
Fork 0

Update metadata.json

Disallow emulator
master
gellnerm 2023-05-08 11:21:00 +02:00 committed by GitHub
parent b8b8bc41f3
commit 52fd577a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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"}
]