完善桌面图标设定

This commit is contained in:
枫谷剑仙 2020-04-02 14:31:56 +08:00
parent f3e34a89fb
commit 148cf7597c
8 changed files with 26 additions and 2 deletions

BIN
images/desktop-icon/144.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

BIN
images/desktop-icon/168.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

BIN
images/desktop-icon/192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

BIN
images/desktop-icon/360.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 137 KiB

BIN
images/desktop-icon/48.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.8 KiB

BIN
images/desktop-icon/72.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.5 KiB

BIN
images/desktop-icon/96.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -2,13 +2,37 @@
"name": "P&D Dash Formation",
"short_name": "P&D-DF",
"start_url": "./index.html",
"display": "standalone",
"display": "minimal-ui",
"background_color": "#52351E",
"description": "Puzzle & Dragons Formation Image Maker.",
"icons": [{
"src": "images/icon.png",
"src": "./images/desktop-icon/48.png",
"sizes": "48x48",
"type": "image/png"
} , {
"src": "./images/desktop-icon/72.png",
"sizes": "72x72",
"type": "image/png"
} , {
"src": "./images/desktop-icon/96.png",
"sizes": "96x96",
"type": "image/png"
} , {
"src": "./images/desktop-icon/144.png",
"sizes": "144x144",
"type": "image/png"
} , {
"src": "./images/desktop-icon/168.png",
"sizes": "168x168",
"type": "image/png"
} , {
"src": "./images/desktop-icon/192.png",
"sizes": "192x192",
"type": "image/png"
} , {
"src": "./images/desktop-icon/360.png",
"sizes": "360x360",
"type": "image/png"
}],
"related_applications": [{
"platform": "web"