完善桌面图标设定
After Width: | Height: | Size: 31 KiB |
After Width: | Height: | Size: 40 KiB |
After Width: | Height: | Size: 51 KiB |
After Width: | Height: | Size: 137 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 9.5 KiB |
After Width: | Height: | Size: 15 KiB |
|
@ -2,13 +2,37 @@
|
||||||
"name": "P&D Dash Formation",
|
"name": "P&D Dash Formation",
|
||||||
"short_name": "P&D-DF",
|
"short_name": "P&D-DF",
|
||||||
"start_url": "./index.html",
|
"start_url": "./index.html",
|
||||||
"display": "standalone",
|
"display": "minimal-ui",
|
||||||
"background_color": "#52351E",
|
"background_color": "#52351E",
|
||||||
"description": "Puzzle & Dragons Formation Image Maker.",
|
"description": "Puzzle & Dragons Formation Image Maker.",
|
||||||
"icons": [{
|
"icons": [{
|
||||||
"src": "images/icon.png",
|
"src": "./images/desktop-icon/48.png",
|
||||||
|
"sizes": "48x48",
|
||||||
|
"type": "image/png"
|
||||||
|
} , {
|
||||||
|
"src": "./images/desktop-icon/72.png",
|
||||||
"sizes": "72x72",
|
"sizes": "72x72",
|
||||||
"type": "image/png"
|
"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": [{
|
"related_applications": [{
|
||||||
"platform": "web"
|
"platform": "web"
|
||||||
|
|