diff --git a/website/index.html b/website/index.html
index 0720f639f2..d34e8e8702 100644
--- a/website/index.html
+++ b/website/index.html
@@ -3,6 +3,7 @@
Deno
+
diff --git a/website/manifest.json b/website/manifest.json
new file mode 100644
index 0000000000..67e8f1a0b3
--- /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"
+}