Skip to content

Commit 28f5f8f

Browse files
committed
build(docs): Add icons
1 parent 4726d5c commit 28f5f8f

File tree

9 files changed

+53
-0
lines changed

9 files changed

+53
-0
lines changed
5.78 KB
Loading
6.43 KB
Loading
6.45 KB
Loading
8.32 KB
Loading
18.2 KB
Loading
28 KB
Loading

doc/_static/img/icons/icon-72x72.png

3.45 KB
Loading

doc/_static/img/icons/icon-96x96.png

4.45 KB
Loading

doc/manifest.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"name": "libtmux",
3+
"short_name": "libtmux",
4+
"description": "scripting library / orm for tmux",
5+
"theme_color": "#2196f3",
6+
"background_color": "#fff",
7+
"display": "browser",
8+
"Scope": "https://libtmux.git-pull.com/",
9+
"start_url": "https://libtmux.git-pull.com/",
10+
"icons": [
11+
{
12+
"src": "_static/img/icons/icon-72x72.png",
13+
"sizes": "72x72",
14+
"type": "image/png"
15+
},
16+
{
17+
"src": "_static/img/icons/icon-96x96.png",
18+
"sizes": "96x96",
19+
"type": "image/png"
20+
},
21+
{
22+
"src": "_static/img/icons/icon-128x128.png",
23+
"sizes": "128x128",
24+
"type": "image/png"
25+
},
26+
{
27+
"src": "_static/img/icons/icon-144x144.png",
28+
"sizes": "144x144",
29+
"type": "image/png"
30+
},
31+
{
32+
"src": "_static/img/icons/icon-152x152.png",
33+
"sizes": "152x152",
34+
"type": "image/png"
35+
},
36+
{
37+
"src": "_static/img/icons/icon-192x192.png",
38+
"sizes": "192x192",
39+
"type": "image/png"
40+
},
41+
{
42+
"src": "_static/img/icons/icon-384x384.png",
43+
"sizes": "384x384",
44+
"type": "image/png"
45+
},
46+
{
47+
"src": "_static/img/icons/icon-512x512.png",
48+
"sizes": "512x512",
49+
"type": "image/png"
50+
}
51+
],
52+
"splash_pages": null
53+
}

0 commit comments

Comments
 (0)