| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- {
- "name": "Bambuddy",
- "short_name": "Bambuddy",
- "description": "Monitor and manage your Bambu Lab 3D printers",
- "start_url": "/",
- "display": "standalone",
- "background_color": "#1a1a1a",
- "theme_color": "#00ae42",
- "orientation": "any",
- "scope": "/",
- "icons": [
- {
- "src": "/img/favicon-16x16.png",
- "sizes": "16x16",
- "type": "image/png"
- },
- {
- "src": "/img/favicon-32x32.png",
- "sizes": "32x32",
- "type": "image/png"
- },
- {
- "src": "/img/android-chrome-192x192.png",
- "sizes": "192x192",
- "type": "image/png",
- "purpose": "any"
- },
- {
- "src": "/img/android-chrome-512x512.png",
- "sizes": "512x512",
- "type": "image/png",
- "purpose": "any"
- },
- {
- "src": "/img/apple-touch-icon.png",
- "sizes": "180x180",
- "type": "image/png",
- "purpose": "maskable"
- }
- ],
- "screenshots": [
- {
- "src": "/img/screenshot-mobile.png",
- "sizes": "1080x1920",
- "type": "image/png",
- "form_factor": "narrow",
- "label": "Bambuddy on mobile"
- },
- {
- "src": "/img/screenshot-desktop.png",
- "sizes": "1920x1080",
- "type": "image/png",
- "form_factor": "wide",
- "label": "Bambuddy on desktop"
- }
- ],
- "categories": ["utilities", "productivity"],
- "shortcuts": [
- {
- "name": "Printers",
- "short_name": "Printers",
- "description": "View your printers",
- "url": "/",
- "icons": [{ "src": "/img/android-chrome-192x192.png", "sizes": "192x192" }]
- },
- {
- "name": "Archives",
- "short_name": "Archives",
- "description": "View print archives",
- "url": "/archives",
- "icons": [{ "src": "/img/android-chrome-192x192.png", "sizes": "192x192" }]
- },
- {
- "name": "Queue",
- "short_name": "Queue",
- "description": "View print queue",
- "url": "/queue",
- "icons": [{ "src": "/img/android-chrome-192x192.png", "sizes": "192x192" }]
- },
- {
- "name": "Projects",
- "short_name": "Projects",
- "description": "View print projects",
- "url": "/projects",
- "icons": [{ "src": "/img/android-chrome-192x192.png", "sizes": "192x192" }]
- }
- ]
- }
|