forked from FOSS/BangleApps
link in screenshots
parent
82fdc15394
commit
e9bf775780
|
@ -250,7 +250,7 @@ and which gives information about the app for the Launcher.
|
||||||
"version": "0v01", // the version of this app
|
"version": "0v01", // the version of this app
|
||||||
"description": "...", // long description (can contain markdown)
|
"description": "...", // long description (can contain markdown)
|
||||||
"icon": "icon.png", // icon in apps/
|
"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) -
|
"type":"...", // optional(if app) -
|
||||||
// 'app' - an application
|
// 'app' - an application
|
||||||
// 'clock' - a clock - required for clocks to automatically start
|
// 'clock' - a clock - required for clocks to automatically start
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
"version":"0.01",
|
"version":"0.01",
|
||||||
"description": "Scientific calculator",
|
"description": "Scientific calculator",
|
||||||
"icon": "scicalc.png",
|
"icon": "scicalc.png",
|
||||||
|
"screenshots" : [ { "url":"scicalc_screenshot1.png" }, { "url":"scicalc_screenshot2.png" }, { "url":"scicalc_screenshot3.png" } ],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"tags": "app,tool",
|
"tags": "app,tool",
|
||||||
"allow_emulator": true,
|
"allow_emulator": true,
|
||||||
|
|
Loading…
Reference in New Issue