diff --git a/resources/public/android-chrome-144x144.png b/resources/public/android-chrome-144x144.png new file mode 100644 index 00000000..d4c1b8be Binary files /dev/null and b/resources/public/android-chrome-144x144.png differ diff --git a/resources/public/android-chrome-36x36.png b/resources/public/android-chrome-36x36.png new file mode 100644 index 00000000..f301620e Binary files /dev/null and b/resources/public/android-chrome-36x36.png differ diff --git a/resources/public/android-chrome-48x48.png b/resources/public/android-chrome-48x48.png new file mode 100644 index 00000000..f2d8c506 Binary files /dev/null and b/resources/public/android-chrome-48x48.png differ diff --git a/resources/public/android-chrome-72x72.png b/resources/public/android-chrome-72x72.png new file mode 100644 index 00000000..c1d62619 Binary files /dev/null and b/resources/public/android-chrome-72x72.png differ diff --git a/resources/public/android-chrome-96x96.png b/resources/public/android-chrome-96x96.png new file mode 100644 index 00000000..5d0a2ec3 Binary files /dev/null and b/resources/public/android-chrome-96x96.png differ diff --git a/resources/public/apple-touch-icon-114x114.png b/resources/public/apple-touch-icon-114x114.png new file mode 100644 index 00000000..6b3adb6b Binary files /dev/null and b/resources/public/apple-touch-icon-114x114.png differ diff --git a/resources/public/apple-touch-icon-120x120.png b/resources/public/apple-touch-icon-120x120.png new file mode 100644 index 00000000..1b2894cd Binary files /dev/null and b/resources/public/apple-touch-icon-120x120.png differ diff --git a/resources/public/apple-touch-icon-144x144.png b/resources/public/apple-touch-icon-144x144.png new file mode 100644 index 00000000..8fb277db Binary files /dev/null and b/resources/public/apple-touch-icon-144x144.png differ diff --git a/resources/public/apple-touch-icon-152x152.png b/resources/public/apple-touch-icon-152x152.png new file mode 100644 index 00000000..d8993966 Binary files /dev/null and b/resources/public/apple-touch-icon-152x152.png differ diff --git a/resources/public/apple-touch-icon-57x57.png b/resources/public/apple-touch-icon-57x57.png new file mode 100644 index 00000000..e063678b Binary files /dev/null and b/resources/public/apple-touch-icon-57x57.png differ diff --git a/resources/public/apple-touch-icon-60x60.png b/resources/public/apple-touch-icon-60x60.png new file mode 100644 index 00000000..34b93111 Binary files /dev/null and b/resources/public/apple-touch-icon-60x60.png differ diff --git a/resources/public/apple-touch-icon-72x72.png b/resources/public/apple-touch-icon-72x72.png new file mode 100644 index 00000000..ba25b8f8 Binary files /dev/null and b/resources/public/apple-touch-icon-72x72.png differ diff --git a/resources/public/apple-touch-icon-76x76.png b/resources/public/apple-touch-icon-76x76.png new file mode 100644 index 00000000..7ea17044 Binary files /dev/null and b/resources/public/apple-touch-icon-76x76.png differ diff --git a/resources/public/apple-touch-icon-precomposed.png b/resources/public/apple-touch-icon-precomposed.png new file mode 100644 index 00000000..27742ef4 Binary files /dev/null and b/resources/public/apple-touch-icon-precomposed.png differ diff --git a/resources/public/apple-touch-icon.png b/resources/public/apple-touch-icon.png new file mode 100644 index 00000000..d8993966 Binary files /dev/null and b/resources/public/apple-touch-icon.png differ diff --git a/resources/public/browserconfig.xml b/resources/public/browserconfig.xml new file mode 100644 index 00000000..988be0b9 --- /dev/null +++ b/resources/public/browserconfig.xml @@ -0,0 +1,12 @@ + + + + + + + + + #da532c + + + diff --git a/resources/public/favicon-16x16.png b/resources/public/favicon-16x16.png new file mode 100644 index 00000000..4cace105 Binary files /dev/null and b/resources/public/favicon-16x16.png differ diff --git a/resources/public/favicon-32x32.png b/resources/public/favicon-32x32.png new file mode 100644 index 00000000..64537de1 Binary files /dev/null and b/resources/public/favicon-32x32.png differ diff --git a/resources/public/favicon-96x96.png b/resources/public/favicon-96x96.png new file mode 100644 index 00000000..5d0a2ec3 Binary files /dev/null and b/resources/public/favicon-96x96.png differ diff --git a/resources/public/favicon.png b/resources/public/favicon.png deleted file mode 100644 index 0947da1f..00000000 Binary files a/resources/public/favicon.png and /dev/null differ diff --git a/resources/public/manifest.json b/resources/public/manifest.json new file mode 100644 index 00000000..d59714ec --- /dev/null +++ b/resources/public/manifest.json @@ -0,0 +1,35 @@ +{ + "name": "Clojars", + "icons": [ + { + "src": "\/android-chrome-36x36.png?v=47K2kprJd7", + "sizes": "36x36", + "type": "image\/png", + "density": "0.75" + }, + { + "src": "\/android-chrome-48x48.png?v=47K2kprJd7", + "sizes": "48x48", + "type": "image\/png", + "density": "1.0" + }, + { + "src": "\/android-chrome-72x72.png?v=47K2kprJd7", + "sizes": "72x72", + "type": "image\/png", + "density": "1.5" + }, + { + "src": "\/android-chrome-96x96.png?v=47K2kprJd7", + "sizes": "96x96", + "type": "image\/png", + "density": "2.0" + }, + { + "src": "\/android-chrome-144x144.png?v=47K2kprJd7", + "sizes": "144x144", + "type": "image\/png", + "density": "3.0" + } + ] +} diff --git a/resources/public/mstile-144x144.png b/resources/public/mstile-144x144.png new file mode 100644 index 00000000..e00d808e Binary files /dev/null and b/resources/public/mstile-144x144.png differ diff --git a/resources/public/mstile-150x150.png b/resources/public/mstile-150x150.png new file mode 100644 index 00000000..73c45b1d Binary files /dev/null and b/resources/public/mstile-150x150.png differ diff --git a/resources/public/mstile-310x150.png b/resources/public/mstile-310x150.png new file mode 100644 index 00000000..c069fcb5 Binary files /dev/null and b/resources/public/mstile-310x150.png differ diff --git a/resources/public/mstile-310x310.png b/resources/public/mstile-310x310.png new file mode 100644 index 00000000..9587e482 Binary files /dev/null and b/resources/public/mstile-310x310.png differ diff --git a/resources/public/mstile-70x70.png b/resources/public/mstile-70x70.png new file mode 100644 index 00000000..8128e9eb Binary files /dev/null and b/resources/public/mstile-70x70.png differ diff --git a/src/clojars/web/common.clj b/src/clojars/web/common.clj index 44e304fa..0a3cb5bd 100644 --- a/src/clojars/web/common.clj +++ b/src/clojars/web/common.clj @@ -98,9 +98,26 @@ [:link {:type "application/opensearchdescription+xml" :href "/opensearch.xml" :rel "search"}] - [:link {:type "image/png" - :href "/favicon.png" - :rel "icon"}] + + [:link {:rel "apple-touch-icon" :sizes "57x57" :href "/apple-touch-icon-57x57.png?v=47K2kprJd7"}] + [:link {:rel "apple-touch-icon" :sizes "60x60" :href "/apple-touch-icon-60x60.png?v=47K2kprJd7"}] + [:link {:rel "apple-touch-icon" :sizes "72x72" :href "/apple-touch-icon-72x72.png?v=47K2kprJd7"}] + [:link {:rel "apple-touch-icon" :sizes "76x76" :href "/apple-touch-icon-76x76.png?v=47K2kprJd7"}] + [:link {:rel "apple-touch-icon" :sizes "114x114" :href "/apple-touch-icon-114x114.png?v=47K2kprJd7"}] + [:link {:rel "apple-touch-icon" :sizes "120x120" :href "/apple-touch-icon-120x120.png?v=47K2kprJd7"}] + [:link {:rel "apple-touch-icon" :sizes "144x144" :href "/apple-touch-icon-144x144.png?v=47K2kprJd7"}] + [:link {:rel "apple-touch-icon" :sizes "152x152" :href "/apple-touch-icon-152x152.png?v=47K2kprJd7"}] + [:link {:rel "icon" :type "image/png" :href "/favicon-32x32.png?v=47K2kprJd7" :sizes "32x32"}] + [:link {:rel "icon" :type "image/png" :href "/favicon-96x96.png?v=47K2kprJd7" :sizes "96x96"}] + [:link {:rel "icon" :type "image/png" :href "/favicon-16x16.png?v=47K2kprJd7" :sizes "16x16"}] + [:link {:rel "manifest" :href "/manifest.json?v=47K2kprJd7"}] + [:link {:rel "shortcut icon" :href "/favicon.ico?v=47K2kprJd7"}] + [:meta {:name "apple-mobile-web-app-title" :content "Clojars"}] + [:meta {:name "application-name" :content "Clojars"}] + [:meta {:name "msapplication-TileColor" :content "#da532c"}] + [:meta {:name "msapplication-TileImage" :content "/mstile-144x144.png?v=47K2kprJd7"}] + [:meta {:name "theme-color" :content "#ffffff"}] + [:meta {:charset "utf-8"}] [:meta {:name "viewport" :content "width=device-width,initial-scale=1"}] [:title