diff --git a/index.html b/index.html index 5916e0a..4641787 100644 --- a/index.html +++ b/index.html @@ -1,25 +1,25 @@ - - - - - 网抑云 | algerkong - - - - + + + + + + 网抑云 | algerkong + + + + + - -
- - + +
+ + + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json new file mode 100644 index 0000000..6ee8c6b --- /dev/null +++ b/public/manifest.json @@ -0,0 +1,10 @@ +{ + "name": "Alger Music PWA", + "icons": [ + { + "src": "./icon.png", + "type": "image/png", + "sizes": "256x256" + } + ] +}