Skip to content

Commit 33c9d38

Browse files
Add new apps to apps.json
1 parent 3d3831a commit 33c9d38

File tree

1 file changed

+38
-8
lines changed

1 file changed

+38
-8
lines changed

appstore_backend/apps.json

Lines changed: 38 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,24 @@
11
[
2+
{
3+
"name": "Animation Tester",
4+
"publisher": "ACME Inc",
5+
"short_description": "Testing on-display animations",
6+
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",
7+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk_icon_64x64.png",
8+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk",
9+
"fullname": "com.example.imutest",
10+
"version": "0.0.1"
11+
},
12+
{
13+
"name": "BTC Ticker",
14+
"publisher": "ACME Inc",
15+
"short_description": "Bitcoin Price Ticker",
16+
"long_description": "Uses a websocket to show the current price of Bitcoin in US Dollar.",
17+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.btcticker_0.0.1.mpk_icon_64x64.png",
18+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.btcticker_0.0.1.mpk",
19+
"fullname": "com.example.btcticker",
20+
"version": "0.0.1"
21+
},
222
{
323
"name": "Camera Tester",
424
"publisher": "ACME Inc",
@@ -9,6 +29,16 @@
929
"fullname": "com.example.camtest",
1030
"version": "0.0.1"
1131
},
32+
{
33+
"name": "CPU Tester",
34+
"publisher": "ACME Inc",
35+
"short_description": "Testing the CPU speed",
36+
"long_description": "Experimentally determines how many idle loops and sha256-hashing loops the CPU can perform per second.",
37+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk_icon_64x64.png",
38+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk",
39+
"fullname": "com.example.cputest",
40+
"version": "0.0.1"
41+
},
1242
{
1343
"name": "IMU Tester",
1444
"publisher": "ACME Inc",
@@ -20,20 +50,20 @@
2050
"version": "0.0.1"
2151
},
2252
{
23-
"name": "Animation Tester",
53+
"name": "Memory Tester",
2454
"publisher": "ACME Inc",
25-
"short_description": "Testing on-display animations",
26-
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",
27-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk_icon_64x64.png",
28-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk",
29-
"fullname": "com.example.imutest",
55+
"short_description": "RAM Memory Test",
56+
"long_description": "Experimentally determines how many RAM memory buffers can be allocated.",
57+
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk_icon_64x64.png",
58+
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk",
59+
"fullname": "com.example.memtest",
3060
"version": "0.0.1"
3161
},
3262
{
3363
"name": "Weather Pro",
3464
"publisher": "SkyTech",
3565
"short_description": "Real-time weather updates",
36-
"long_description": "Weather Pro provides accurate, real-time weather forecasts with detailed hourly and daily predictions, radar maps, and severe weather alerts.",
66+
"long_description": "Weather Pro provides accurate, real-time forecasts with detailed hourly and daily predictions, radar maps, and severe weather alerts.",
3767
"icon_url": "http://demo.lnpiggy.com:2121/icons/weather_pro.png",
3868
"download_url": "http://demo.lnpiggy.com:2121/zips/com.example.app1_0.0.1.zip",
3969
"fullname": "com_example_app1",
@@ -53,7 +83,7 @@
5383
"name": "Fitness Tracker (broken icon)",
5484
"publisher": "HealthCo",
5585
"short_description": "Track your workouts",
56-
"long_description": "Fitness Tracker monitors your daily activities, workouts, and sleep patterns, offering personalized insights to help you achieve your fitness goals.",
86+
"long_description": "Fitness Tracker monitors your daily activities, workouts, and sleep patterns, offering insights to help you achieve your fitness goals.",
5787
"icon_url": "httppp://completelybrokeniconurl",
5888
"download_url": "http://demo.lnpiggy.com:2121/zips/com.example.imutest_0.0.1.zip",
5989
"fullname": "com.healthco.fitnesstracker",

0 commit comments

Comments
 (0)