Skip to content

Commit bde1429

Browse files
Add new apps
1 parent a67eca2 commit bde1429

File tree

14 files changed

+36
-11
lines changed

14 files changed

+36
-11
lines changed

app_index.json

Lines changed: 36 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"publisher": "LightningPiggy Foundation",
55
"short_description": "Display wallet that shows balance, transactions, receive QR code etc.",
66
"long_description": "See https://www.LightningPiggy.com",
7-
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.0.1_64x64.png",
8-
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.0.1.mpk",
7+
"icon_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/icons/com.lightningpiggy.displaywallet_0.0.2_64x64.png",
8+
"download_url": "https://apps.micropythonos.com/apps/com.lightningpiggy.displaywallet/mpks/com.lightningpiggy.displaywallet_0.0.2.mpk",
99
"fullname": "com.lightningpiggy.displaywallet",
10-
"version": "0.0.1",
10+
"version": "0.0.2",
1111
"category": "finance",
1212
"activities": [
1313
{
@@ -27,15 +27,15 @@
2727
"publisher": "MicroPythonOS",
2828
"short_description": "Camera with QR decoding",
2929
"long_description": "Camera for both internal camera's and webcams, that includes QR decoding.",
30-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.3_64x64.png",
31-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.3.mpk",
30+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/icons/com.micropythonos.camera_0.0.4_64x64.png",
31+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.camera/mpks/com.micropythonos.camera_0.0.4.mpk",
3232
"fullname": "com.micropythonos.camera",
33-
"version": "0.0.3",
33+
"version": "0.0.4",
3434
"category": "camera",
3535
"activities": [
3636
{
37-
"entrypoint": "assets/camera.py",
38-
"classname": "Camera",
37+
"entrypoint": "assets/camera_app.py",
38+
"classname": "CameraApp",
3939
"intent_filters": [
4040
{
4141
"action": "main",
@@ -75,6 +75,31 @@
7575
]
7676
}
7777

78+
,{
79+
"name": "ImageView",
80+
"publisher": "MicroPythonOS",
81+
"short_description": "Image Viewer",
82+
"long_description": "Opens and shows images on the display.",
83+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/icons/com.micropythonos.imageview_0.0.1_64x64.png",
84+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.imageview/mpks/com.micropythonos.imageview_0.0.1.mpk",
85+
"fullname": "com.micropythonos.imageview",
86+
"version": "0.0.1",
87+
"entrypoint": "assets/imageview.py",
88+
"category": "graphics",
89+
"activities": [
90+
{
91+
"entrypoint": "assets/imageview.py",
92+
"classname": "ImageView",
93+
"intent_filters": [
94+
{
95+
"action": "main",
96+
"category": "launcher"
97+
}
98+
]
99+
}
100+
]
101+
}
102+
78103
,{
79104
"name": "AppStore",
80105
"publisher": "MicroPythonOS",
@@ -152,10 +177,10 @@
152177
"publisher": "MicroPythonOS",
153178
"short_description": "WiFi Network Configuration",
154179
"long_description": "Scans for wireless networks, shows a list of SSIDs, allows for password entry, and connecting.",
155-
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.3_64x64.png",
156-
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.3.mpk",
180+
"icon_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/icons/com.micropythonos.wifi_0.0.4_64x64.png",
181+
"download_url": "https://apps.micropythonos.com/apps/com.micropythonos.wifi/mpks/com.micropythonos.wifi_0.0.4.mpk",
157182
"fullname": "com.micropythonos.wifi",
158-
"version": "0.0.3",
183+
"version": "0.0.4",
159184
"category": "networking",
160185
"activities": [
161186
{
5.73 KB
Loading
Binary file not shown.
Binary file not shown.
4.9 KB
Loading
Binary file not shown.
5.25 KB
Loading
Binary file not shown.
3.18 KB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)