Skip to content

Commit

Permalink
adds manifest.json and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
minaorangina committed Dec 27, 2016
1 parent 3818f32 commit 5f1d643
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0 maximum-scale=1.0 user-scalable=no">
<meta name="mobile-web-app-capable" content="yes">
<link rel="manifest" href="manifest.json">
<script src="https://use.fontawesome.com/beb0eee897.js"></script>
<title>Run?</title>
</head>
Expand Down
Binary file added img/running.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "Run?",
"display": "standalone",
"orientation": "portrait-primary",
"icons": [
{
"src": "img/running.png",
"sizes": "128x128",
"type": "image/png"
}
]
}

0 comments on commit 5f1d643

Please sign in to comment.