mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 15:45:50 +00:00
New favicons
This commit is contained in:
BIN
assets/favicons/android-chrome-192x192.png
Normal file
BIN
assets/favicons/android-chrome-192x192.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.1 KiB |
BIN
assets/favicons/android-chrome-512x512.png
Normal file
BIN
assets/favicons/android-chrome-512x512.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
BIN
assets/favicons/apple-touch-icon.png
Normal file
BIN
assets/favicons/apple-touch-icon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.2 KiB |
9
assets/favicons/browserconfig.xml
Normal file
9
assets/favicons/browserconfig.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig>
|
||||
<msapplication>
|
||||
<tile>
|
||||
<square150x150logo src="assets/favicons/mstile-150x150.png"/>
|
||||
<TileColor>#1db4ff</TileColor>
|
||||
</tile>
|
||||
</msapplication>
|
||||
</browserconfig>
|
||||
BIN
assets/favicons/favicon-16x16.png
Normal file
BIN
assets/favicons/favicon-16x16.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 469 B |
BIN
assets/favicons/favicon-32x32.png
Normal file
BIN
assets/favicons/favicon-32x32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 674 B |
BIN
assets/favicons/mstile-150x150.png
Normal file
BIN
assets/favicons/mstile-150x150.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 KiB |
19
assets/favicons/site.webmanifest
Normal file
19
assets/favicons/site.webmanifest
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "XRP Ledger Dev Portal",
|
||||
"short_name": "XRP Ledger Dev Portal",
|
||||
"icons": [
|
||||
{
|
||||
"src": "android-chrome-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "android-chrome-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#1db4ff",
|
||||
"background_color": "#1db4ff",
|
||||
"start_url": "http://developers.ripple.com/"
|
||||
}
|
||||
Reference in New Issue
Block a user