diff --git a/index.html b/index.html
index 0d0a166..45d7190 100644
--- a/index.html
+++ b/index.html
@@ -7,6 +7,7 @@
PWA generator
+
diff --git a/public/manifest.json b/public/manifest.json
index de67117..044b2a3 100644
--- a/public/manifest.json
+++ b/public/manifest.json
@@ -1,6 +1,8 @@
{
"name": "PWA Generator",
"short_name": "PWA Generator",
+ "lang": "en",
+ "description": "This tool helps you quickly generate code for your PWA",
"icons": [
{
"src": "icons/icon-48x48.png",
diff --git a/src/App.vue b/src/App.vue
index 616d12f..270c2dd 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -1,6 +1,6 @@
-