Skip to content

Commit

Permalink
🔧 #89 Chromium 内核浏览器,添加快捷方式时图标自动适应网站图标
Browse files Browse the repository at this point in the history
  • Loading branch information
adlered committed Jun 20, 2020
1 parent 3182141 commit 6a07653
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 99 deletions.
34 changes: 1 addition & 33 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,5 @@
"background_color": "#f1f2f7",
"orientation": "portrait",
"theme_color": "#1fb5ad",
"description": "${description}",
"icons": [
{
"src": "${faviconURL}",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "512x512",
"type": "image/png"
}
]
"description": "${description}"
}
34 changes: 1 addition & 33 deletions src/main/resources/manifest.json.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,5 @@
"background_color": "#f1f2f7",
"orientation": "portrait",
"theme_color": "#1fb5ad",
"description": "${description}",
"icons": [
{
"src": "${faviconURL}",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "512x512",
"type": "image/png"
}
]
"description": "${description}"
}
34 changes: 1 addition & 33 deletions src/main/webapp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,37 +6,5 @@
"background_color": "#f1f2f7",
"orientation": "portrait",
"theme_color": "#1fb5ad",
"description": "${description}",
"icons": [
{
"src": "${faviconURL}",
"sizes": "48x48",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "96x96",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "${faviconURL}",
"sizes": "512x512",
"type": "image/png"
}
]
"description": "${description}"
}

0 comments on commit 6a07653

Please sign in to comment.