Skip to content

Commit daa13a8

Browse files
update apps
1 parent 77cfae3 commit daa13a8

File tree

5 files changed

+0
-76
lines changed

5 files changed

+0
-76
lines changed

app_index.json

Lines changed: 0 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,5 @@
11
[
22
{
3-
"name": "BTC Ticker",
4-
"publisher": "ACME Inc",
5-
"short_description": "Bitcoin Price Ticker",
6-
"long_description": "Uses a websocket to show the current price of Bitcoin in US Dollar.",
7-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.btcticker_0.0.1.mpk_icon_64x64.png",
8-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.btcticker_0.0.1.mpk",
9-
"fullname": "com.example.btcticker",
10-
"version": "0.0.1",
11-
"entrypoint": "assets/bitcoin_price.py",
12-
"category": "money"
13-
}
14-
15-
,{
16-
"name": "Benchmark",
17-
"publisher": "ACME Inc",
18-
"short_description": "Testing the CPU speed",
19-
"long_description": "Experimentally determines how many idle loops and sha256-hashing loops the CPU can perform per second.",
20-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk_icon_64x64.png",
21-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk",
22-
"fullname": "com.example.cputest",
23-
"version": "0.0.1",
24-
"entrypoint": "assets/cputest.py",
25-
"category": "benchmarking"
26-
}
27-
28-
,{
29-
"name": "Draw",
30-
"publisher": "ACME Inc",
31-
"short_description": "Simple drawing app",
32-
"long_description": "Draw simple shapes on the screen.",
33-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk_icon_64x64.png",
34-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.draw_0.0.1.mpk",
35-
"fullname": "com.example.draw",
36-
"version": "0.0.1",
37-
"entrypoint": "assets/draw.py",
38-
"category": "art"
39-
}
40-
41-
,{
42-
"name": "HelloWorld",
43-
"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.helloworld",
49-
"version": "0.0.1",
50-
"entrypoint": "assets/hello.py",
51-
"category": "development"
52-
}
53-
,{
54-
"name": "Accelero",
55-
"publisher": "ACME Inc",
56-
"short_description": "Test the Inertial Measurement Unit",
57-
"long_description": "It is always good to make sure the accelerometer is working properly. How else can you measure acceleration and position?",
58-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.imutest_0.0.1.mpk_icon_64x64.png",
59-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.imutest_0.0.1.mpk",
60-
"fullname": "com.example.imutest",
61-
"version": "0.0.1",
62-
"entrypoint": "assets/imutest.py",
63-
"category": "benchmarking"
64-
}
65-
,{
66-
"name": "Graphics",
67-
"publisher": "ACME Inc",
68-
"short_description": "Testing on-display spinner animations",
69-
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",
70-
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk_icon_64x64.png",
71-
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk",
72-
"fullname": "com.example.lvgltest",
73-
"version": "0.0.1",
74-
"entrypoint": "assets/lvgltest.py",
75-
"category": "benchmarking"
76-
}
77-
78-
,{
793
"name": "Lightning Piggy",
804
"publisher": "LightningPiggy Foundation",
815
"short_description": "Display wallet that shows balance, transactions, receive QR code etc.",
Binary file not shown.
Binary file not shown.
Binary file not shown.
-81 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)