Skip to content

Commit

Permalink
sw root bug
Browse files Browse the repository at this point in the history
  • Loading branch information
vvsviridov committed Apr 22, 2021
1 parent 83606cd commit e4d4c64
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ body {

.header a {
text-decoration: none;
transition: transform 0.7s ease;
}

.header a:hover {
Expand Down
7 changes: 3 additions & 4 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
{
"name": "Stream.io",
"short_name": "streamio",
"theme_color": "rgba(0,0,0,0.5)",
"background_color": "rgba(0,0,0,0.1)",
"theme_color": "darkgrey",
"background_color": "lightgrey",
"display": "standalone",
"orientation": "portrait",
"scope": "/",
"start_url": "/",
"start_url": ".",
"icons": [
{
"src": "/assets/icon-192x192.png",
Expand Down
1 change: 1 addition & 0 deletions serviceworker.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const staticCacheName = 's-streamio-v1'

const assetUrls = [
'.',
'index.html',
'/assets/script.js',
'/assets/style.css',
Expand Down

0 comments on commit e4d4c64

Please sign in to comment.