-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
20 lines (19 loc) · 1.42 KB
/
manifest.json
File metadata and controls
20 lines (19 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"name": "GitHub Wrapped",
"short_name": "GH Wrapped",
"description": "Descubre tu año en GitHub con estadísticas visuales estilo Spotify Wrapped",
"start_url": "/github-wrapper/",
"display": "standalone",
"background_color": "#0d1117",
"theme_color": "#8b5cf6",
"orientation": "portrait",
"icons": [
{
"src": "data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3ClinearGradient id='g' x1='0%25' y1='0%25' x2='100%25' y2='100%25'%3E%3Cstop offset='0%25' style='stop-color:%238b5cf6'/%3E%3Cstop offset='100%25' style='stop-color:%23ec4899'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='100' height='100' rx='20' fill='%230d1117'/%3E%3Cpath d='M50 10C27.9 10 10 27.9 10 50c0 17.7 11.5 32.7 27.4 38 2 .4 2.7-.9 2.7-1.9v-6.7c-11.1 2.4-13.5-5.4-13.5-5.4-1.8-4.6-4.5-5.8-4.5-5.8-3.6-2.5.3-2.4.3-2.4 4 .3 6.1 4.1 6.1 4.1 3.6 6.1 9.4 4.4 11.7 3.3.4-2.6 1.4-4.4 2.5-5.4-8.9-1-18.2-4.4-18.2-19.7 0-4.4 1.6-7.9 4.1-10.7-.4-1-1.8-5.1.4-10.6 0 0 3.3-1.1 10.9 4.1 3.2-.9 6.6-1.3 10-1.3s6.8.5 10 1.3c7.6-5.2 10.9-4.1 10.9-4.1 2.2 5.5.8 9.6.4 10.6 2.6 2.8 4.1 6.4 4.1 10.7 0 15.3-9.3 18.7-18.2 19.7 1.4 1.2 2.7 3.6 2.7 7.3v10.9c0 1.1.7 2.3 2.7 1.9C78.5 82.7 90 67.7 90 50 90 27.9 72.1 10 50 10z' fill='url(%23g)'/%3E%3C/svg%3E",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
],
"categories": ["developer", "productivity", "utilities"]
}