Radish alpha
r
rad:z4V1sjrXqjvFdnCUbxPFqd5p4DtH5
Radicle web interface
Radicle
Git
Update favicon and app icons
Brandon Oxendine committed 6 days ago
commit 2556786a9e8c0a523f39be53d3c5d7d78892df08
parent 5a3337d
8 files changed +31 -4
modified index.html
@@ -57,8 +57,15 @@
    <link rel="stylesheet" type="text/css" href="/elevations.css" />
    <link rel="stylesheet" type="text/css" href="/prettylights.css" />
    <link rel="stylesheet" type="text/css" href="/index.css" />
-
    <link rel="icon" href="/favicon.png" type="image/png" />
+
    <link rel="icon" href="/favicon.svg" type="image/svg+xml" />
+
    <link rel="icon" href="/favicon-32x32.png" sizes="32x32" type="image/png" />
+
    <link rel="icon" href="/favicon-16x16.png" sizes="16x16" type="image/png" />
+
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />
    <link rel="manifest" href="/app.webmanifest" />
+
    <meta name="apple-mobile-web-app-title" content="Radicle Explorer" />
+
    <meta name="apple-mobile-web-app-capable" content="yes" />
+
    <meta name="mobile-web-app-capable" content="yes" />
+
    <meta name="theme-color" content="#1C77FF" />

    <script type="text/javascript">
      // Workaround to get `global` to work in old-school transitive
added public/android-chrome-192x192.png
added public/android-chrome-512x512.png
modified public/app.webmanifest
@@ -6,10 +6,19 @@
  "start_url": "/",
  "icons": [
    {
-
      "src": "/images/apple-touch-icon.png",
+
      "src": "/android-chrome-192x192.png",
      "type": "image/png",
-
      "sizes": "192x192"
+
      "sizes": "192x192",
+
      "purpose": "any maskable"
+
    },
+
    {
+
      "src": "/android-chrome-512x512.png",
+
      "type": "image/png",
+
      "sizes": "512x512",
+
      "purpose": "any maskable"
    }
  ],
-
  "display": "standalone"
+
  "display": "standalone",
+
  "theme_color": "#1C77FF",
+
  "background_color": "#FFFFFF"
}
added public/apple-touch-icon.png
added public/favicon-16x16.png
added public/favicon-32x32.png
added public/favicon.svg
@@ -0,0 +1,11 @@
+
<svg width="196" height="196" viewBox="0 0 196 196" fill="none" xmlns="http://www.w3.org/2000/svg">
+
<g clip-path="url(#clip0_1_2)">
+
<rect width="196" height="196" rx="40" fill="#1C77FF"/>
+
<rect x="48" y="48" width="100" height="100" rx="50" fill="white"/>
+
</g>
+
<defs>
+
<clipPath id="clip0_1_2">
+
<rect width="196" height="196" fill="white"/>
+
</clipPath>
+
</defs>
+
</svg>