Skip to content

Commit

Permalink
added web app configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
kavienanj committed Oct 23, 2020
1 parent 89444a8 commit 0e88184
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 16 deletions.
Binary file added img/launcher-icon-4x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 4 additions & 16 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,12 @@
<meta name="og:image" content="https://developers-rccs.github.io/fm-royal/img/fm_royal_logo.png">
<meta name="description" content="Official Website of FM Royal 2020">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--Web app configurations-->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="mobile-web-app-capable" content="yes">
<link rel="manifest" href="manifest.json">
<!-- CSS only -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
</style>
<!-- Custom styles for this template -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;1,800;1,900&display=swap" rel="stylesheet">
<link href="style.css" rel="stylesheet">
Expand Down
14 changes: 14 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"short_name": "FM Royal",
"name": "FM Royal Live Stream App",
"icons": [
{
"src": "launcher-icon-4x.png",
"sizes": "192x192",
"type": "image/png"
}
],
"start_url": "/index.html",
"display": "fullscreen",
"orientation": "portrait"
}

0 comments on commit 0e88184

Please sign in to comment.