feat(custom-css): new custom css

This commit is contained in:
Dillon
2020-02-02 14:43:29 +08:00
parent 8cdacbd4e2
commit 517b734347
28 changed files with 129 additions and 61 deletions

View File

@@ -0,0 +1,19 @@
{
"name": "LoveIt",
"short_name": "LoveIt",
"icons": [
{
"src": "/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}