Files
MicroPythonOS/appstore_backend/apps.json
T
2025-05-01 23:49:39 +02:00

93 lines
4.6 KiB
JSON

[
{
"name": "Animation Tester",
"publisher": "ACME Inc",
"short_description": "Testing on-display animations",
"long_description": "Stress testing multiple concurrent animations on the display by adding more and more spinners",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.lvgltest_0.0.1.mpk",
"fullname": "com.example.imutest",
"version": "0.0.1"
},
{
"name": "BTC Ticker",
"publisher": "ACME Inc",
"short_description": "Bitcoin Price Ticker",
"long_description": "Uses a websocket to show the current price of Bitcoin in US Dollar.",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.btcticker_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.btcticker_0.0.1.mpk",
"fullname": "com.example.btcticker",
"version": "0.0.1"
},
{
"name": "Camera Tester",
"publisher": "ACME Inc",
"short_description": "Simple test of the camera",
"long_description": "A simple test of the camera makes it possible to validate the hardware.",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.camtest_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.camtest_0.0.1.mpk",
"fullname": "com.example.camtest",
"version": "0.0.1"
},
{
"name": "CPU Tester",
"publisher": "ACME Inc",
"short_description": "Testing the CPU speed",
"long_description": "Experimentally determines how many idle loops and sha256-hashing loops the CPU can perform per second.",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.cputest_0.0.1.mpk",
"fullname": "com.example.cputest",
"version": "0.0.1"
},
{
"name": "IMU Tester",
"publisher": "ACME Inc",
"short_description": "Testing the Inertial Measurement Unit",
"long_description": "It is always good to make sure the accelerometer is working properly. How else can you measure acceleration and position?",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.imutest_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.imutest_0.0.1.mpk",
"fullname": "com.example.imutest",
"version": "0.0.1"
},
{
"name": "Memory Tester",
"publisher": "ACME Inc",
"short_description": "RAM Memory Test",
"long_description": "Experimentally determines how many RAM memory buffers can be allocated.",
"icon_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk_icon_64x64.png",
"download_url": "http://demo.lnpiggy.com:2121/apps/com.example.memtest_0.0.1.mpk",
"fullname": "com.example.memtest",
"version": "0.0.1"
},
{
"name": "Weather Pro",
"publisher": "SkyTech",
"short_description": "Real-time weather updates",
"long_description": "Weather Pro provides accurate, real-time forecasts with detailed hourly and daily predictions, radar maps, and severe weather alerts.",
"icon_url": "http://demo.lnpiggy.com:2121/icons/weather_pro.png",
"download_url": "http://demo.lnpiggy.com:2121/zips/com.example.app1_0.0.1.zip",
"fullname": "com_example_app1",
"version": "0.0.1"
},
{
"name": "Task Manager (broken download link)",
"publisher": "Productivity Inc.",
"short_description": "Organize your tasks",
"long_description": "Task Manager helps you stay organized with customizable to-do lists, reminders, and progress tracking for personal and team projects.",
"icon_url": "http://demo.lnpiggy.com:2121/icons/task_manager.png",
"download_url": "httpppp://completelybrokendownloadlink",
"fullname": "com.productivityinc.taskmanager",
"version": "0.0.1"
},
{
"name": "Fitness Tracker (broken icon)",
"publisher": "HealthCo",
"short_description": "Track your workouts",
"long_description": "Fitness Tracker monitors your daily activities, workouts, and sleep patterns, offering insights to help you achieve your fitness goals.",
"icon_url": "httppp://completelybrokeniconurl",
"download_url": "http://demo.lnpiggy.com:2121/zips/com.example.imutest_0.0.1.zip",
"fullname": "com.healthco.fitnesstracker",
"version": "0.0.1"
}
]