-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.ts
More file actions
27 lines (27 loc) · 716 Bytes
/
Copy pathlist.ts
File metadata and controls
27 lines (27 loc) · 716 Bytes
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
export const list = [
{
name: "eHagaki",
url: "https://lokuyow.github.io/ehagaki/?content={text}",
icon: "https://lokuyow.github.io/ehagaki/favicon.ico",
},
{
name: "nokakoi",
url: "https://nokakoi.com/app/?text={text}",
icon: "https://nokakoi.com/favicon.ico",
},
{
name: "Nos Haiku",
url: "https://nos-haiku.vercel.app/antenna?content={text}",
icon: "https://nos-haiku.vercel.app/favicon.png",
},
{
name: "nostter",
url: "https://nostter.app/post?content={text}",
icon: "https://nostter.app/favicon.ico",
},
{
name: "Lumilumi",
url: "https://lumilumi.app/post?text={text}&tags={tags}",
icon: "https://lumilumi.app/favicon.ico",
},
];