Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions web/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,18 @@
<meta property="og:type" content="website">
<meta property="og:url" content="https://webbrain.one">
<meta property="og:site_name" content="WebBrain">
<meta property="og:image" content="https://webbrain.one/og-image.svg">
<meta property="og:image:secure_url" content="https://webbrain.one/og-image.svg">
<meta property="og:image:type" content="image/svg+xml">
<meta property="og:image:alt" content="WebBrain icon">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="WebBrain — Open-Source AI Browser Agent">
<meta name="twitter:description" content="Free, open-source alternative to Claude browser plugin. AI agent for Chrome & Firefox. Works with local or cloud LLMs.">
<meta name="twitter:image" content="https://webbrain.one/og-image.svg">
<meta name="twitter:image:alt" content="WebBrain icon">
<meta name="robots" content="index, follow">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="canonical" href="https://webbrain.one">
<link rel="icon" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🧠</text></svg>">

<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
Expand Down
12 changes: 12 additions & 0 deletions web/og-image.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions web/vercel.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"rewrites": [
{ "source": "/privacy", "destination": "/privacy.html" },
{ "source": "/:path*\\.(png|jpg|jpeg|gif|webp|svg|ico|css|js|map|txt|xml|json|woff|woff2|ttf|otf)", "destination": "/:path*" },
{ "source": "/(.*)", "destination": "/index.html" }
],
"headers": [
Expand Down