Skip to content

Commit

Permalink
Update app name and description metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
bradley-holt committed Sep 25, 2017
1 parent 8d28ee0 commit 3989f05
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<meta name="generator" content="Polymer Starter Kit">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">

<title>My App</title>
<meta name="description" content="My App description">
<title>Shopping List</title>
<meta name="description" content="Shopping List is an Offline First demo Progressive Web App built using Polymer and PouchDB.">

<!--
The `<base>` tag below is present to support two advanced deployment options:
Expand All @@ -40,12 +40,12 @@

<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="My App">
<meta name="application-name" content="Shopping List">

<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="apple-mobile-web-app-title" content="My App">
<meta name="apple-mobile-web-app-title" content="Shopping List">

<!-- Homescreen icons -->
<link rel="apple-touch-icon" href="images/manifest/icon-48x48.png">
Expand Down
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/my-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<app-header slot="header" condenses reveals effects="waterfall">
<app-toolbar>
<paper-icon-button icon="my-icons:menu" drawer-toggle></paper-icon-button>
<div main-title>My App</div>
<div main-title>Shopping List</div>
</app-toolbar>
</app-header>

Expand Down

0 comments on commit 3989f05

Please sign in to comment.