Browse Source

(misc)

Signed-off-by: Muthu Kumar <muthukumar@thefeathers.in>
pull/1/head
Muthu Kumar 3 years ago
parent
commit
0777fc7492
Signed by: mkrhere GPG Key ID: 3FD688398897097E
  1. 12
      public/favicon/browserconfig.xml
  2. 1
      public/favicon/site.webmanifest

12
public/favicon/browserconfig.xml

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<browserconfig> <browserconfig>
<msapplication> <msapplication>
<tile> <tile>
<square150x150logo src="/favicon/mstile-150x150.png"/> <square150x150logo src="/favicon/mstile-150x150.png"/>
<TileColor>#ff5555</TileColor> <TileColor>#ff5555</TileColor>
</tile> </tile>
</msapplication> </msapplication>
</browserconfig> </browserconfig>

1
public/favicon/site.webmanifest

@ -1,6 +1,7 @@
{ {
"name": "MKRhere", "name": "MKRhere",
"short_name": "MKRhere", "short_name": "MKRhere",
"start_url": "/",
"icons": [ "icons": [
{ {
"src": "/favicon/android-chrome-192x192.png", "src": "/favicon/android-chrome-192x192.png",

Loading…
Cancel
Save