1
0
Fork 0

Update apps.json

master
Andrew 2021-12-19 23:28:04 -08:00 committed by GitHub
parent e8e59ff138
commit 3e090cd727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 16 deletions

View File

@ -5047,21 +5047,6 @@
{"name":"circlesclock.json"} {"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", "id": "ltherm",
"name": "Localized Thermometer", "name": "Localized Thermometer",
@ -5077,5 +5062,19 @@
{"name":"ltherm.app.js","url":"app.js"}, {"name":"ltherm.app.js","url":"app.js"},
{"name":"ltherm.img","url":"icon.js","evaluate":true} {"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}
]
}
] ]