{
  "name": "Life OS",
  "short_name": "Life OS",
  "description": "Private offline-first workspace for tasks, calendar, mail, files, knowledge, meetings and Hermes.",
  "id": "/life",
  "start_url": "/life?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "orientation": "any",
  "background_color": "#0A0E1A",
  "theme_color": "#031A1A",
  "categories": ["productivity", "utilities", "developer"],
  "share_target": {
    "action": "/life?source=share",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    {
      "src": "/life-os-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/life-os-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}
