Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-08-24 19:01:37 +0300
committerkushalpandya <kushal@gitlab.com>2017-08-24 19:01:37 +0300
commitc5debce7756fc41bd06280794229408cce56fb0c (patch)
treed20ea7392c8662128f93fe4df01d80709d39709e
parenta93007db1c31146f0096fe412e82bda3be9fbaea (diff)
Chrome Android Webapp Manifest
-rw-r--r--public/manifest.json39
1 files changed, 39 insertions, 0 deletions
diff --git a/public/manifest.json b/public/manifest.json
new file mode 100644
index 00000000000..bbfd0ff1c7b
--- /dev/null
+++ b/public/manifest.json
@@ -0,0 +1,39 @@
+{
+ "short_name": "GitLab",
+ "name": "GitLab - Open source software to collaborate on code",
+ "start_url": "/",
+ "display": "browser",
+ "background_color": "#f5f5f5",
+ "icons": [
+ {
+ "src": "webapp/tanuki-launcher-icon-4x.png",
+ "sizes": "192x192",
+ "type": "image/png",
+ "density": "4.0"
+ },
+ {
+ "src": "webapp/tanuki-launcher-icon-3x.png",
+ "sizes": "144x144",
+ "type": "image/png",
+ "density": "3.0"
+ },
+ {
+ "src": "webapp/tanuki-launcher-icon-2x.png",
+ "sizes": "96x96",
+ "type": "image/png",
+ "density": "2.0"
+ },
+ {
+ "src": "webapp/tanuki-launcher-icon-1-5x.png",
+ "sizes": "72x72",
+ "type": "image/png",
+ "density": "1.5"
+ },
+ {
+ "src": "webapp/tanuki-launcher-icon-1x.png",
+ "sizes": "48x48",
+ "type": "image/png",
+ "density": "1.0"
+ }
+ ]
+}