about summary refs log tree commit diff
path: root/public/manifest.json
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2016-11-02 17:41:32 +0100
committerGitHub <noreply@github.com>2016-11-02 17:41:32 +0100
commit77045d088608eec16548a0dfb693a6307881048d (patch)
tree26181e12c375d346bd0a570ff5c71587d0569d31 /public/manifest.json
parente7723ab6625d3cd48b44ddbd340854ea960706f6 (diff)
parentbc1dba22c51e48ec6680e48cb2792513404b810f (diff)
Merge pull request #130 from fhemberger/feature/manifest
Add touch icons for Chrome, iOS and Windows 10
Diffstat (limited to 'public/manifest.json')
-rw-r--r--public/manifest.json14
1 files changed, 14 insertions, 0 deletions
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"
+}