Skip to content

Commit

Permalink
Mobile homescreen support
Browse files Browse the repository at this point in the history
  • Loading branch information
psychowood committed Apr 18, 2015
1 parent c93fba1 commit ea3ed9d
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 38 deletions.
Binary file added app/apple-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 20 additions & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,27 @@
<head>
<meta charset="utf-8">
<title>ng-torrent-ui</title>
<meta name="description" content="">
<meta name="description" content="ng-torrent-ui">

<!-- Homescreen metas -->

<!-- Android -->
<meta name="viewport" content="width=device-width">
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="logo.png">

<!-- iOS -->
<meta name="apple-mobile-web-app-title" content="ng-torrent-ui">
<link rel="apple-touch-icon" href="apple-logo.png">
<meta name="apple-mobile-web-app-capable" content="yes">

<!-- Windows -->
<meta name="application-name" content="ng-torrent-ui" />
<meta name="msapplication-TileColor" content="#FFFFFF" />
<meta name="msapplication-square150x150logo" content="logo.png" />

<!-- /Homescreen metas -->

<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link href="favicon.png" rel="icon" type="image/png" />
<!-- Place favicon.ico and apple-touch-icon.png in the root directory -->
Expand Down
Binary file added app/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 39 additions & 37 deletions resources/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ea3ed9d

Please sign in to comment.