mirror of
https://git.alemi.dev/dashboard.git
synced 2024-11-14 11:59:18 +01:00
alemi
8e29b59c35
Committing current state, which is a simple full screen plot with some basic features. It compiles for both native and web. There's a basic generic datasource impl. It currently plots random data for demo.
27 lines
628 B
JSON
27 lines
628 B
JSON
{
|
|
"name": "2b2t queue stats",
|
|
"short_name": "2b-queue",
|
|
"icons": [{
|
|
"src": "./icon-256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "./maskable_icon_x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "./icon-1024.png",
|
|
"sizes": "1024x1024",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"lang": "en-US",
|
|
"id": "/index.html",
|
|
"start_url": "./index.html",
|
|
"display": "standalone",
|
|
"background_color": "black",
|
|
"theme_color": "black"
|
|
}
|