Update apps.json

pull/1508/head
Andrew 2022-02-05 20:38:38 -08:00 committed by GitHub
parent e3d6e86af2
commit 62c428f021
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{
"id": "aptsciclk",
"name": "Apeture Sci Clock",
"version": "0.06",
"version": "0.07",
"description": "A clock based on the portal series",
"icon": "app.png",
"type": "clock",
@ -11,7 +11,8 @@
"allow_emulator": true,
"storage": [
{"name":"aptsciclk.app.js","url":"app.js"},
{"name":"aptsciclk.img","url":"app-icon.js","evaluate":true}
{"name":"aptsciclk.img","url":"app-icon.js","evaluate":true},
{"name":"aptsciclkquotes.txt","url":"quotes.txt","evaluate":true}
]
}
]