-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.js
More file actions
75 lines (74 loc) · 1.96 KB
/
metadata.js
File metadata and controls
75 lines (74 loc) · 1.96 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// Use 'var' to allow for flexible updates and prevent "already declared" errors
var toolMetadata = {
"reduce_image_size": {
category: "Image Tools",
tags: ["compress", "fast", "multiple"],
color: "#00a86b"
},
"join_image": {
category: "Image Tools",
tags: ["compress", "Pro"],
color: "#0070f3"
},
"increase_img_size": {
category: "Image Tools",
tags: ["compress", "fast", "multiple", "New"],
color: "#00a86b"
},
"img_to_pdf": {
category: "PDF tools",
tags: ["Simple", "Fast", "NEW"],
color: "#00a86b"
},
"pdf_to_img": {
category: "PDF tools",
tags: ["Simple", "Fast", "easy"],
color: "#00a86b"
},
"photo_free_crop": {
category: "Image Tools",
tags: ["Simple", "Fast", "NEW"],
color: "#00a86b"
},
"jpeg_to_png": {
category: "Image Format",
tags: ["Simple", "Fast", "NEW"],
color: "#00a86b"
},
"png_to_jpg": {
category: "Image Format",
tags: ["Simple", "Fast", "NEW"],
color: "#00a86b"
},
// Default fallback for any tools you add to tools.js but forget to add here
"default": {
category: "General Tools",
tags: ["Utility"],
color: "#64748b"
},
"img_resize": {
category: "Image Format",
tags: ["Super fast", "2026", "NEW"],
color: "#00a86b"
},
"id_card_cropper": {
category: "Id Maker Tools",
tags: ["Super fast", "2026", "NEW"],
color: "#00a86b"
},
"pdf_cropper": {
category: "PDF tools",
tags: ["Super fast", "2026", "update"],
color: "#E0002B"
},
"pdf_editor_pro": {
category: "PDF tools",
tags: ["Super fast", "easy", "good"],
color: "#00a86b"
},
"earn_money": {
category: "Free Money",
tags: ["fast earn", "easy", "Unlimited"],
color: "#00a86b"
},
};