Skip to content

Commit

Permalink
Add manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantha committed Aug 14, 2018
1 parent 960ac03 commit 356851c
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Binary file added img/app.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion index.html
Expand Up @@ -4,7 +4,9 @@
<meta charset="UTF-8">
<title>ownCloud Phoenix</title>
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<meta name="theme-color" content="#375f7E"/>
<link rel="manifest" href="manifest.json">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="core/css/uikit.owncloud.css" />
</head>
<body>
Expand Down
19 changes: 19 additions & 0 deletions manifest.json
@@ -0,0 +1,19 @@
{
"name": "Phoenix | ownCloud",
"short_name": "Phoenix",
"icons": [
{
"src": "/img/app.png",
"sizes": "512x512",
"type": "image/png"
}
],

"start_url": "/",

"display": "fullscreen",
"orientation": "portrait",

"background_color": "#FFFFFF",
"theme_color": "#375f7E"
}

0 comments on commit 356851c

Please sign in to comment.