diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/android-chrome-192x192.png | bin | 0 -> 14577 bytes | |||
-rw-r--r-- | public/apple-touch-icon.png | bin | 0 -> 11810 bytes | |||
-rw-r--r-- | public/browserconfig.xml | 9 | ||||
-rw-r--r-- | public/manifest.json | 14 | ||||
-rw-r--r-- | public/mstile-150x150.png | bin | 0 -> 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 000000000..f059bbc46 --- /dev/null +++ b/public/android-chrome-192x192.png Binary files differdiff --git a/public/apple-touch-icon.png b/public/apple-touch-icon.png new file mode 100644 index 000000000..c1a191302 --- /dev/null +++ b/public/apple-touch-icon.png Binary files differdiff --git a/public/browserconfig.xml b/public/browserconfig.xml new file mode 100644 index 000000000..77318233c --- /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 000000000..173270f03 --- /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 000000000..57eae8355 --- /dev/null +++ b/public/mstile-150x150.png Binary files differ |