{
  "name": "TLearth — Every AI on Earth",
  "short_name": "TLearth",
  "description": "Discover, compare, launch and orchestrate AI models, agents, workflows and APIs from one intelligent global system.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#07110f",
  "theme_color": "#07110f",
  "orientation": "any",
  "categories": ["productivity", "developer", "utilities"],
  "icons": [
    { "src": "/tlearth-icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any maskable" },
    { "src": "/tlearth-icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any maskable" }
  ],
  "shortcuts": [
    { "name": "Atlas", "url": "/atlas" },
    { "name": "Chat", "url": "/chat" },
    { "name": "Router", "url": "/router" },
    { "name": "Swarms", "url": "/swarms" }
  ],
  "share_target": { "action": "/share", "method": "GET", "params": { "title": "title", "text": "text", "url": "url" } },
  "protocol_handlers": [{ "protocol": "web+tlearth", "url": "/open?target=%s" }],
  "file_handlers": [{ "action": "/share", "accept": { "text/plain": [".txt", ".md"], "application/json": [".json"], "image/*": [".png", ".jpg", ".jpeg", ".webp"] } }]
}
