summaryrefslogtreecommitdiffstats
path: root/public
diff options
context:
space:
mode:
authorFrederic Hemberger <mail@frederic-hemberger.de>2016-11-02 15:18:40 +0100
committerFrederic Hemberger <mail@frederic-hemberger.de>2016-11-02 16:05:08 +0100
commite7cd6da93833b65b1e94eb923b561dc89d5c37a3 (patch)
tree43e541d22d2a337e2a71c37687f733bba15954a1 /public
parent53fb7b1aa84a76d66ef6973208e1c76a100774f3 (diff)
Add touch icons for Chrome, iOS and Windows 10
Diffstat (limited to 'public')
-rw-r--r--public/android-chrome-192x192.pngbin0 -> 14577 bytes
-rw-r--r--public/apple-touch-icon.pngbin0 -> 11810 bytes
-rw-r--r--public/browserconfig.xml9
-rw-r--r--public/manifest.json14
-rw-r--r--public/mstile-150x150.pngbin0 -> 6916 bytes
5 files changed, 23 insertions, 0 deletions
diff --git a/public/android-chrome-192x192.png b/public/android-chrome-192x192.png
new file mode 100644
index 00000000000..f059bbc46fb
--- /dev/null
+++ b/public/android-chrome-192x192.png
Binary files differ
diff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png
new file mode 100644
index 00000000000..c1a1913024a
--- /dev/null
+++ b/public/apple-touch-icon.png
Binary files differ
diff --git a/public/browserconfig.xml b/public/browserconfig.xml
new file mode 100644
index 00000000000..77318233c56
--- /dev/null
+++ b/public/browserconfig.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<browserconfig>
+ <msapplication>
+ <tile>
+ <square150x150logo src="/assets/mstile-150x150.png"/>
+ <TileColor>#2b5797</TileColor>
+ </tile>
+ </msapplication>
+</browserconfig>
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 00000000000..173270f0366
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,14 @@
+{
+ "name": "Mastodon",
+ "description": "Mastodon is a free, open-source social network server.",
+ "icons": [
+ {
+ "src": "\/assets\/android-chrome-192x192.png",
+ "sizes": "192x192",
+ "type": "image\/png"
+ }
+ ],
+ "theme_color": "#ffffff",
+ "display": "standalone",
+ "start_url": "/#/statuses/home"
+}
diff --git a/public/mstile-150x150.png b/public/mstile-150x150.png
new file mode 100644
index 00000000000..57eae8355d0
--- /dev/null
+++ b/public/mstile-150x150.png
Binary files differ