Commit 59b65a2c authored by XhmikosR's avatar XhmikosR
Browse files

Backport #31893

Update manifest.json

Switch to relative URLs so that we don't need to change the path with every major/minor release
parent 5f3fa833
Showing with 2 additions and 4 deletions
+2 -4
---
---
{ {
"name": "Bootstrap", "name": "Bootstrap",
"short_name": "Bootstrap", "short_name": "Bootstrap",
"icons": [ "icons": [
{ {
"src": "{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/android-chrome-192x192.png", "src": "android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/favicons/android-chrome-512x512.png", "src": "android-chrome-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment