summaryrefslogtreecommitdiff
path: root/website/manifest.json
diff options
context:
space:
mode:
authorDmitry Sharshakov <sh7dm@outlook.com>2019-01-26 20:19:47 +0300
committerRyan Dahl <ry@tinyclouds.org>2019-01-26 12:19:47 -0500
commit2f000303f25d3cb52c76efcc299077050dcad731 (patch)
treef04671684cb559b3b3e8c3296b67748a1d72315f /website/manifest.json
parentc03ff8556b5a469996b42697cbb10fb89a18e94c (diff)
Add PWA manifest to website (#1585)
Diffstat (limited to 'website/manifest.json')
-rw-r--r--website/manifest.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/website/manifest.json b/website/manifest.json
new file mode 100644
index 000000000..67e8f1a0b
--- /dev/null
+++ b/website/manifest.json
@@ -0,0 +1,13 @@
+{
+ "dir": "ltr",
+ "lang": "en",
+ "name": "Deno",
+ "scope": "/",
+ "display": "browser",
+ "start_url": "/",
+ "short_name": "Deno",
+ "theme_color": "#F0F0F0",
+ "description": "A new way to JavaScript",
+ "orientation": "any",
+ "background_color": "#F0F0F0"
+}