grid-apps-cmms/web/kiri/manifest.json
2022-10-17 22:24:19 -04:00

15 lines
519 B
JSON

{
"name": "Kiri:Moto 3.6",
"short_name": "Kiri:Moto",
"description": "Slicer for 3D printers, CNC mills, laser cutters and more",
"start_url": "/kiri/",
"id": "/kiri/",
"display": "standalone",
"theme_color": "#db4938",
"background_color": "#ffffff",
"orientation": "landscape-primary",
"icons": [
{ "src": "/kiri/logo-cube-512.png", "type": "image/png", "sizes": "512x512" },
{ "src": "/kiri/logo-cube-144.png", "type": "image/png", "sizes": "144x144" }
]
}