Skip to content

Commit

Permalink
manifest.json added to add Restyaboard as weh application in mobile h…
Browse files Browse the repository at this point in the history
…ome screen from android chrome browser.
  • Loading branch information
Sivachidambaram. S committed Feb 16, 2016
1 parent d4ebe72 commit ae19754
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ Options -Indexes
RewriteRule ^$ client/ [QSA,L]
RewriteRule ^(css|js|img|font|apps|locales)/(.*)$ client/$1/$2 [QSA,L]
RewriteRule ^favicon.ico$ client/favicon.ico [L]
RewriteRule ^manifest.json$ client/manifest.json [L]
RewriteRule ^apple-touch-icon(.*)$ client/apple-touch-icon$1 [L]
</IfModule>
3 changes: 2 additions & 1 deletion client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
<meta name="description" content="Restyaboard powered kanban board. Download open source from http://restya.com/board/">
<meta name="keywords" content="Restyaboard, http://restya.com/board/">
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.6.1/html5shiv.js"></script><![endif]-->
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1">
<link rel="manifest" href="manifest.json">
<link href="//fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" type="text/css">
<!-- build:css css/default.cache.css -->
<link rel="stylesheet" type="text/css" href="css/fullcalendar.css">
Expand Down
22 changes: 22 additions & 0 deletions client/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"short_name": "Restyaboard",
"icons": [
{
"src": "apple-touch-icon.png",
"sizes": "57x57",
"type": "image/png"
},
{
"src": "apple-touch-icon-72x72.png",
"sizes": "72x72",
"type": "image/png"
},
{
"src": "apple-touch-icon-114x114.png",
"sizes": "114x114",
"type": "image/png"
}
],
"start_url": "/",
"display": "standalone"
}

0 comments on commit ae19754

Please sign in to comment.