{
  "name": "Our Third Mind",
  "short_name": "OTM",
  "description": "AI-Native Collaborative Intelligence Platform — Where your ideas connect themselves",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0D1117",
  "theme_color": "#00c47a",
  "orientation": "any",
  "lang": "en",
  "dir": "ltr",
  "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"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": ["productivity", "education", "business"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Item",
      "short_name": "New",
      "description": "Create a new knowledge item",
      "url": "/items/new",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" }]
    },
    {
      "name": "Search",
      "short_name": "Search",
      "description": "Search your knowledge",
      "url": "/search"
    },
    {
      "name": "Today's Briefing",
      "short_name": "Briefing",
      "description": "View today's intelligence briefing",
      "url": "/briefing"
    }
  ],
  "screenshots": [],
  "handle_links": "preferred",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
