diff --git a/index.html b/index.html index f2a3485..a33e594 100644 --- a/index.html +++ b/index.html @@ -15,8 +15,8 @@ - My App - + Shopping List + - + - + diff --git a/manifest.json b/manifest.json index 98a5c9e..cac2e23 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "name": "My App", - "short_name": "My App", - "description": "My App description", + "name": "Shopping List", + "short_name": "Shopping List", + "description": "Shopping List is an Offline First demo Progressive Web App built using Polymer and PouchDB.", "start_url": "./?homescreen=1", "display": "standalone", "theme_color": "#3f51b5", diff --git a/src/my-app.html b/src/my-app.html index 6d00387..e646686 100644 --- a/src/my-app.html +++ b/src/my-app.html @@ -92,7 +92,7 @@ -
My App
+
Shopping List