Update manifest.json (#31893)

Switch to relative URLs so that we don't need to change the path with every major/minor release
This commit is contained in:
XhmikosR 2020-10-15 16:32:52 +03:00 committed by GitHub
parent 836a4c0bd6
commit fb30989ee2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -3,12 +3,12 @@
"short_name": "Bootstrap",
"icons": [
{
"src": "/docs/5.0/assets/img/favicons/android-chrome-192x192.png",
"src": "android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/docs/5.0/assets/img/favicons/android-chrome-512x512.png",
"src": "android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}