Skip to content

Commit

Permalink
Manifest created
Browse files Browse the repository at this point in the history
  • Loading branch information
JoicePaz authored Jan 6, 2018
1 parent a5e3d3c commit db1b690
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 0 deletions.
Binary file added img/icons/icon-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon-152x152.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/icons/icon-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
<link rel="stylesheet" href="css/colors.css">
<link rel="stylesheet" href="css/styles.css">

<link rel="manifest" href="manifest.json">

<script src="js/object.observe.polyfill.js"></script>
<script src="js/array.observe.polyfill.js"></script>
<script src="js/scripts.js"></script>
Expand Down
37 changes: 37 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"name": "MyNotes",
"short_name": "Notes",
"icons": [
{
"src": "img/icons/icon-128x128.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "img/icons/icon-144x144.png",
"sizes": "144x144",
"type": "image/png"
},
{
"src": "img/icons/icon-152x152.png",
"sizes": "152x152",
"type": "image/png"
},
{
"src": "img/icons/icon-256x256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "img/icons/icon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"start_url": "index.html",
"display": "standalone",
"background_color": "#607d8b",
"theme_color": "#607d8b",
"gsm_sender_id": "103953800507",
"gsm_user_visible_only": true
}

0 comments on commit db1b690

Please sign in to comment.