link in screenshots

pull/1790/head
Gordon Williams 2022-05-03 09:21:13 +01:00
parent 82fdc15394
commit e9bf775780
2 changed files with 7 additions and 6 deletions

View File

@ -250,7 +250,7 @@ and which gives information about the app for the Launcher.
"version": "0v01", // the version of this app
"description": "...", // long description (can contain markdown)
"icon": "icon.png", // icon in apps/
"screenshots" : [ { url:"screenshot.png" } ], // optional screenshot for app
"screenshots" : [ { "url":"screenshot.png" } ], // optional screenshot for app
"type":"...", // optional(if app) -
// 'app' - an application
// 'clock' - a clock - required for clocks to automatically start

View File

@ -4,6 +4,7 @@
"version":"0.01",
"description": "Scientific calculator",
"icon": "scicalc.png",
"screenshots" : [ { "url":"scicalc_screenshot1.png" }, { "url":"scicalc_screenshot2.png" }, { "url":"scicalc_screenshot3.png" } ],
"readme": "README.md",
"tags": "app,tool",
"allow_emulator": true,