-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathFRAME_MANIFEST.json
More file actions
39 lines (37 loc) · 1.12 KB
/
FRAME_MANIFEST.json
File metadata and controls
39 lines (37 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "MiniSudoku",
"short_description": "Play Sudoku, Win USDC",
"description": "Competitive Sudoku game on Base chain. Pay $0.30 USDC to play, compete for the 24-hour prize pool. Powered by x402 Farcaster payments.",
"url": "https://minisudoku-five.vercel.app",
"icons": [
"https://minisudoku-five.vercel.app/logo.png",
"https://minisudoku-five.vercel.app/logo.svg",
"https://minisudoku-five.vercel.app/favicon.ico",
"https://minisudoku-five.vercel.app/logo192.png"
],
"author": {
"name": "MiniSudoku",
"url": "https://minisudoku-five.vercel.app"
},
"frame": {
"version": "next",
"imageUrl": "https://minisudoku-five.vercel.app/api/og",
"button": {
"title": "Play MiniSudoku",
"action": {
"type": "launch_frame",
"name": "MiniSudoku",
"url": "https://minisudoku-five.vercel.app/api/frame",
"splashImageUrl": "https://minisudoku-five.vercel.app/api/og",
"splashBackgroundColor": "#022c22"
}
}
},
"payments": {
"x402": {
"enabled": true,
"chainId": "eip155:8453",
"token": "USDC"
}
}
}