Skip to content

Commit

Permalink
feat(project): update banner, icons and manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristiaanScheermeijer committed Aug 5, 2021
1 parent 76d3eaf commit b31a82a
Show file tree
Hide file tree
Showing 17 changed files with 39 additions and 19 deletions.
9 changes: 9 additions & 0 deletions public/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square150x150logo src="/images/mstile-150x150.png"/>
<TileColor>#da532c</TileColor>
</tile>
</msapplication>
</browserconfig>
2 changes: 1 addition & 1 deletion public/config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"assets": {
"banner": "https://cdn.jwplayer.com/images/nwthWC1U.png"
"banner": "/images/logo.png"
},
"content": [
{
Expand Down
Binary file modified public/favicon.ico
100755 → 100644
Binary file not shown.
Binary file added public/images/android-chrome-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 public/images/apple-touch-icon.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 public/images/favicon-16x16.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 public/images/favicon-32x32.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 removed public/images/icon-192x192.png
Binary file not shown.
Binary file removed public/images/icon-24x24.png
Binary file not shown.
Binary file removed public/images/icon-48x48.png
Binary file not shown.
Binary file removed public/images/icon-512x512.png
Binary file not shown.
Binary file modified public/images/logo.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/logo.svg
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 public/images/mstile-150x150.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: 21 additions & 0 deletions public/images/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,13 @@

<!-- Safari web app -->
<meta name="apple-mobile-web-app-capable" content="yes">
<link rel="apple-touch-icon" href="/images/icon-192x192.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="144x144" href="/images/apple-touch-icon.png">

<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#000000">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#000000">
<meta name="msapplication-config" content="/browserconfig.xml">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#000000">

Expand Down
22 changes: 5 additions & 17 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,18 @@
{
"name": "JW Showcase",
"name": "JW OTT Webapp",
"display": "standalone",
"start_url": "/",
"short_name": "JW Showcase",
"short_name": "JW OTT",
"theme_color": "#DD0000",
"description": "JW Showcase is an open-source, dynamically generated video website.",
"description": "JW OTT Webapp is an open-source, dynamically generated video website.",
"orientation": "any",
"background_color": "#000",
"related_applications": [],
"prefer_related_applications": false,
"icons": [
{
"src": "images/icon-512x512.png",
"sizes": "512x512"
},
{
"src": "images/icon-192x192.png",
"sizes": "192x192"
},
{
"src": "images/icon-48x48.png",
"sizes": "48x48"
},
{
"src": "images/icon-24x24.png",
"sizes": "24x24"
"src": "images/android-chrome-144x144.png",
"sizes": "144x144"
}
]
}

0 comments on commit b31a82a

Please sign in to comment.