Skip to content

Commit

Permalink
馃敄 v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
liyasthomas committed Jun 5, 2019
1 parent 1a59547 commit 96b90e0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<!-- See https://goo.gl/OOhYW5 -->
<link rel="manifest" href="manifest.json">
<!-- See https://goo.gl/qRE0vM -->
<meta name="theme-color" content="#eeeeee">
<meta name="theme-color" content="#f9f9fa">
<!-- Add to homescreen for Chrome on Android. Fallback for manifest.json -->
<meta name="mobile-web-app-capable" content="yes">
<meta name="application-name" content="Banner">
Expand All @@ -30,7 +30,7 @@
<link rel="apple-touch-icon" sizes="192x192" href="icons/icon-192x192.png">
<!-- Tile icon for Windows 8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="icons/icon-144x144.png">
<meta name="msapplication-TileColor" content="#eeeeee">
<meta name="msapplication-TileColor" content="#f9f9fa">
<meta name="msapplication-tap-highlight" content="no">
<!-- OpenGraph -->
<meta property="og:site_name" content="Banner">
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
],
"start_url": "index.html",
"display": "standalone",
"theme_color": "#eeeeee",
"background_color": "#eeeeee"
"theme_color": "#f9f9fa",
"background_color": "#f9f9fa"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "A simple and clean banner generator",
"author": "liyasthomas",
"version": "0.0.1",
"version": "0.1.9",
"devDependencies": {
"jshint": "^2.10.2"
},
Expand Down

0 comments on commit 96b90e0

Please sign in to comment.