{
  "name": "MicroShell",
  "short_name": "µShell",
  "description": "Personal micro-apps — weight tracker, calories, grocery list, calendar",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0f0f13",
  "theme_color": "#6366f1",
  "orientation": "portrait",
  "categories": ["utilities", "health", "lifestyle"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false
}
