初始化提交
This commit is contained in:
22
manifest.json
Normal file
22
manifest.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"short_name": "Mixly2.0",
|
||||
"name": "Mixly2.0 Online",
|
||||
"icons": [
|
||||
{
|
||||
"src": "files/icons/mixly-192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192",
|
||||
"purpose": "any maskable"
|
||||
},
|
||||
{
|
||||
"src": "files/icons/mixly-512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512",
|
||||
"purpose": "any maskable"
|
||||
}
|
||||
],
|
||||
"start_url": "./",
|
||||
"display": "standalone",
|
||||
"scope": "./",
|
||||
"id": "./"
|
||||
}
|
||||
Reference in New Issue
Block a user