Skip to content

Commit bc0e1dd

Browse files
committed
Add Farcaster mini app manifest and metadata
1 parent 20d179b commit bc0e1dd

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

.well-known/farcaster.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"accountAssociation": {
3+
"header": "",
4+
"payload": "",
5+
"signature": ""
6+
},
7+
"frame": {
8+
"version": "1",
9+
"name": "MangoSwap",
10+
"subtitle": "Automated Trading on Base",
11+
"description": "A secure automated trading platform on Base that enables instant swaps, scheduled swaps, and limit orders. Features include time-based execution, price-triggered orders, and multi-DEX routing with enhanced security.",
12+
"iconUrl": "https://mangoswap.xyz/icon.png",
13+
"splashImageUrl": "https://mangoswap.xyz/splash.png",
14+
"splashBackgroundColor": "#f18435",
15+
"imageUrl": "https://mangoswap.xyz/preview.png",
16+
"screenshotUrls": [
17+
"https://mangoswap.xyz/screenshots/limit-order.png",
18+
"https://mangoswap.xyz/screenshots/limit-order-details.png",
19+
"https://mangoswap.xyz/screenshots/instant-swap.png",
20+
"https://mangoswap.xyz/screenshots/swap-rates.png"
21+
],
22+
"homeUrl": "https://mangoswap.xyz",
23+
"primaryCategory": "defi",
24+
"tags": ["defi", "swap", "dex", "trading", "automation", "limit-orders", "base"]
25+
}
26+
}

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,19 @@
77
<link rel="icon" type="image/png" href="mango-logo.png">
88
<script src="https://cdn.jsdelivr.net/npm/ethers@5.7.2/dist/ethers.umd.min.js"></script>
99
<script src="https://cdn.tailwindcss.com"></script>
10+
<!-- Farcaster Frame Metadata -->
11+
<meta property="fc:frame" content='{"version":"1","imageUrl":"https://mangoswap.xyz/preview.png","button":{"title":"Launch MangoSwap","action":{"type":"launch_frame","name":"MangoSwap","url":"https://mangoswap.xyz","splashImageUrl":"https://mangoswap.xyz/splash.png","splashBackgroundColor":"#f18435"}}}' />
12+
13+
<!-- Open Graph Metadata -->
14+
<meta property="og:title" content="MangoSwap" />
15+
<meta property="og:description" content="Automated Trading on Base - Instant swaps, scheduled swaps, and limit orders" />
16+
<meta property="og:image" content="https://mangoswap.xyz/preview.png" />
17+
18+
<!-- Twitter Card Metadata -->
19+
<meta name="twitter:card" content="summary_large_image" />
20+
<meta name="twitter:title" content="MangoSwap" />
21+
<meta name="twitter:description" content="Automated Trading on Base" />
22+
<meta name="twitter:image" content="https://mangoswap.xyz/preview.png" />
1023
</head>
1124
<body class="bg-gradient-to-br from-orange-100 via-yellow-50 to-green-100 min-h-screen transition-colors duration-300">
1225
<div class="container mx-auto px-4 py-4 max-w-3xl">

0 commit comments

Comments
 (0)