From 6947bdf5fe7e36cb4bac83343efde84321c33d2f Mon Sep 17 00:00:00 2001 From: Andrew <45957548+midnight4577@users.noreply.github.com> Date: Sun, 19 Dec 2021 23:40:55 -0800 Subject: [PATCH] Update apps.json --- apps.json | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) 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} + ] } ]