feat: 添加manifest.json

This commit is contained in:
alger
2024-05-22 15:38:43 +08:00
parent 449a6fd335
commit 73982f0e84
2 changed files with 30 additions and 20 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "Alger Music PWA",
"icons": [
{
"src": "./icon.png",
"type": "image/png",
"sizes": "256x256"
}
]
}