-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(project): update banner, icons and manifest
- Loading branch information
1 parent
76d3eaf
commit b31a82a
Showing
17 changed files
with
39 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |