From 3e090cd727ba2d929a7ba212fb0b6f360406c830 Mon Sep 17 00:00:00 2001 From: Andrew <45957548+midnight4577@users.noreply.github.com> Date: Sun, 19 Dec 2021 23:28:04 -0800 Subject: [PATCH] Update apps.json --- apps.json | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/apps.json b/apps.json index f1d9c962f..5abe84172 100644 --- a/apps.json +++ b/apps.json @@ -5047,21 +5047,6 @@ {"name":"circlesclock.json"} ] }, - { "id": "aptsciclk", - "name": "Apeture Science clock", - "shortName":"AptSci clock", - "version":"0.01", - "description": "A clock based on the Portal series, - "icon": "app.png", - "type": "clock", - "tags": "clock", - "supports" : ["BANGLEJS2"], - "allow_emulator":true, - "storage": [ - {"name":"aptsciclk.app.js","url":"app.js"}, - {"name":"aptsciclk.img","url":"app-icon.js","evaluate":true}, - ] - }, { "id": "ltherm", "name": "Localized Thermometer", @@ -5077,5 +5062,19 @@ {"name":"ltherm.app.js","url":"app.js"}, {"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", + "tags": "clock", + "type":"clock", + "storage": [ + {"name":"aptsciclk.app.js","url":"app.js"}, + {"name":"aptsciclk.img","url":"app-icon.js","evaluate":true} + ] +} ]