-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
55 lines (55 loc) · 1.23 KB
/
manifest.json
File metadata and controls
55 lines (55 loc) · 1.23 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
{
"name": "GitHub Contribution Bot",
"short_name": "GH Bot",
"description": "Secure & Spam-Proof GitHub Auto Commit Bot with D3 Heatmap",
"start_url": "/",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2563eb",
"orientation": "portrait-primary",
"scope": "/",
"icons": [
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
},
{
"src": "/icon.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/favicon.ico",
"sizes": "16x16 32x32 48x48",
"type": "image/x-icon"
}
],
"categories": ["productivity", "utilities", "developer-tools"],
"lang": "en-US",
"dir": "ltr",
"shortcuts": [
{
"name": "Make Commit",
"short_name": "Commit",
"description": "Make a single commit",
"url": "/?action=commit",
"icons": [{
"src": "/icon.png",
"sizes": "96x96"
}]
},
{
"name": "View Stats",
"short_name": "Stats",
"description": "View usage statistics",
"url": "/?action=stats",
"icons": [{
"src": "/icon.png",
"sizes": "96x96"
}]
}
]
}