-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmetadata.json
79 lines (79 loc) · 2.04 KB
/
metadata.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
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
76
77
78
79
{
"name": "ClipCascade",
"version": "https://raw.githubusercontent.com/Sathvik-Rao/ClipCascade/main/version.json",
"description": "A lightweight utility to sync clipboard content seamlessly across devices with privacy and encryption.",
"author": {
"name": "Sathvik Rao",
"email": "[email protected]",
"website": "https://github.com/Sathvik-Rao/ClipCascade"
},
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/Sathvik-Rao/ClipCascade"
},
"releaseDate": "2024-09-22",
"funding": "https://www.paypal.com/donate/?business=SKHQU2CL3TCLN&no_recurring=0&item_name=Support+Sathvik-Rao%27s+open+source+work¤cy_code=USD",
"keywords": [
"clipboard",
"sync",
"cross-platform",
"open-source",
"utility",
"encryption"
],
"bugs": {
"url": "https://github.com/Sathvik-Rao/ClipCascade/issues",
"email": "[email protected]"
},
"discussions": {
"url": "https://github.com/Sathvik-Rao/ClipCascade/discussions"
},
"releases": {
"url": "https://github.com/Sathvik-Rao/ClipCascade/releases"
},
"platforms": {
"server": {
"backend": {
"description": "",
"languages": ["Java"],
"frameworks": ["Spring Boot"],
"builds": ["jar"]
},
"frontend": {
"description": "",
"languages": ["HTML", "CSS", "JavaScript"],
"frameworks": [],
"builds": []
}
},
"mobile": {
"android": {
"description": "",
"languages": ["Kotlin", "JavaScript"],
"frameworks": ["React Native"],
"builds": ["apk"]
}
},
"desktop": {
"windows": {
"description": "",
"languages": ["Python"],
"frameworks": [],
"builds": ["exe"]
},
"macos": {
"description": "",
"languages": ["Python"],
"frameworks": [],
"builds": ["app"]
},
"linux": {
"description": "",
"languages": ["Python"],
"frameworks": [],
"builds": []
}
}
}
}