{
  "name": "Aarmos — Your on-device AI assistant",
  "short_name": "aarmos",
  "description": "Natural-language AI that uses your apps for you. Tokens stay on this device.",
  "id": "/",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "lang": "en",
  "dir": "ltr",
  "categories": ["productivity", "utilities"],
  "background_color": "#0a0a1a",
  "theme_color": "#0a0a1a",
  "prefer_related_applications": false,
  "launch_handler": { "client_mode": "focus-existing" },
  "handle_links": "preferred",
  "icons": [
    { "src": "/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "share_target": {
    "action": "/capture",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "shortcuts": [
    { "name": "Chat", "short_name": "Chat", "url": "/?source=shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Capture", "short_name": "Capture", "url": "/capture?source=shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "My Space", "short_name": "Briefings", "url": "/my-space?source=shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] },
    { "name": "Agents", "short_name": "Agents", "url": "/agents?source=shortcut", "icons": [{ "src": "/icon-192.png", "sizes": "192x192" }] }
  ]
}
