|
1 | 1 | [ |
2 | 2 | { |
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 | | -,{ |
79 | 3 | "name": "Lightning Piggy", |
80 | 4 | "publisher": "LightningPiggy Foundation", |
81 | 5 | "short_description": "Display wallet that shows balance, transactions, receive QR code etc.", |
|
0 commit comments