Skip to content

Commit eda048a

Browse files
committed
feat: add manifest.json, make the website installable
1 parent b93c0a2 commit eda048a

14 files changed

+169
-0
lines changed
Loading
Loading
Loading
Loading
Loading
Loading
Loading
4.57 KB
Loading
799 Bytes
Loading
1.24 KB
Loading
Loading
4.18 KB
Loading
Lines changed: 149 additions & 0 deletions
Loading

docs/.vuepress/public/manifest.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "Vue CLI",
3+
"short_name": "Vue CLI",
4+
"icons": [
5+
{
6+
"src": "/icons/android-chrome-192x192.png",
7+
"sizes": "192x192",
8+
"type": "image/png"
9+
},
10+
{
11+
"src": "/icons/android-chrome-512x512.png",
12+
"sizes": "512x512",
13+
"type": "image/png"
14+
}
15+
],
16+
"start_url": "/index.html",
17+
"display": "standalone",
18+
"background_color": "#fff",
19+
"theme_color": "#3eaf7c"
20+
}

0 commit comments

Comments
 (0)