-
Notifications
You must be signed in to change notification settings - Fork 2
/
paths.json
37 lines (37 loc) · 997 Bytes
/
paths.json
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
[
{
"id": "/formatter/js",
"title": "JavaScript/TypeScript Code Formatter",
"image": "https://simpleicons.vercel.app/javascript/F7DF1E"
},
{
"id": "/formatter/css",
"title": "CSS <br /> Code Formatter",
"image": "https://simpleicons.vercel.app/css3/1572B6"
},
{
"id": "/formatter/html",
"title": "HTML <br /> Code Formatter",
"image": "https://simpleicons.vercel.app/html5/E34F26"
},
{
"id": "/formatter/json",
"title": "JSON <br /> Code Formatter",
"image": "https://simpleicons.vercel.app/json/fff"
},
{
"id": "/formatter/md",
"title": "Markdown <br /> Code Formatter",
"image": "https://simpleicons.vercel.app/markdown/fff"
},
{
"id": "/formatter/php",
"title": "PHP <br /> Code Formatter",
"image": "https://simpleicons.vercel.app/php/777BB4"
},
{
"id": "/formatter/sql",
"title": "SQL Query Formatter (10 options)",
"image": "https://simpleicons.vercel.app/postgresql/4169E1"
}
]