diff --git a/apps.json b/apps.json index c1d50ca6e..6e6f84426 100644 --- a/apps.json +++ b/apps.json @@ -5063,18 +5063,19 @@ {"name":"ltherm.img","url":"icon.js","evaluate":true} ] }, -{ "id": "aptsciclk", - "name": "Apeture Science Clock", - "shortName": "Apeture", - "icon": "app.png", - "version": "0.01", - "description": "A clock made in the style of the Portal series", - "type": "clock", - "tags": "clock", - "supports": ["BANGLEJS2"], - "storage": [ - {"name":"aptsciclk.app.js","url":"app.js"}, - {"name":"aptsciclk.img","url":"app-icon.js","evaluate":true} - ] +{ + "id": "aptsciclk", + "name": "Apeture Science Clock", + "version": "0.1", + "description": "A clock based on the portal series", + "icon": "app.png", + "type": "clock", + "tags": "clock", + "supports": ["BANGLEJS","BANGLEJS2"], + "allow_emulator": true, + "storage": [ + {"name":"aptsciclk.app.js","url":"app.js"}, + {"name":"aptsciclk.img","url":"app-icon.js","evaluate":true} + ] } ]