Skip to content

Commit 1fed321

Browse files
apps: add Draw app
1 parent 9a58a62 commit 1fed321

1 file changed

Lines changed: 9 additions & 8 deletions

File tree

appstore_backend/apps.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +39,18 @@
3939
}
4040

4141
,{
42-
"name": "HelloWorld",
42+
"name": "Draw",
4343
"publisher": "ACME Inc",
44-
"short_description": "Minimal app",
45-
"long_description": "Demonstrates the simplest app.",
46-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk_icon_64x64.png",
47-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.helloworld_0.0.1.mpk",
48-
"fullname": "com.example.memtest",
44+
"short_description": "Simple drawing app",
45+
"long_description": "Draw simple shapes on the screen.",
46+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk_icon_64x64.png",
47+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk",
48+
"fullname": "com.example.draw",
4949
"version": "0.0.1",
50-
"entrypoint": "assets/hello.py",
51-
"category": "development"
50+
"entrypoint": "assets/draw.py",
51+
"category": "art"
5252
}
53+
5354
,{
5455
"name": "IMU Tester",
5556
"publisher": "ACME Inc",

0 commit comments

Comments
 (0)