{
  "id": "/",
  "name": "MIRLENZA",
  "short_name": "MIRLENZA",
  "description": "MIRLENZA OS — mobile client",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#1A2231",
  "theme_color": "#1A2231",
  "categories": ["productivity", "business"],
  "icons": [
    { "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/maskable-192x192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "/maskable-512x512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png", "purpose": "any" }
  ],
  "shortcuts": [
    { "name": "Ask MICA", "short_name": "MICA", "url": "/mobile/mica" },
    { "name": "Tasks", "short_name": "Tasks", "url": "/mobile/tasks" }
  ],
  "share_target": {
    "action": "/share/chat",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        { "name": "file", "accept": ["application/zip", "application/x-zip-compressed", "text/plain", ".zip", ".txt"] }
      ]
    }
  }
}
