Update apps.json

master
Andrew 2021-12-19 23:40:55 -08:00 committed by GitHub
parent 58ede020fa
commit 6947bdf5fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 13 deletions

View File

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