diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-22 11:54:17 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-22 11:54:24 +0100 |
commit | 93df58cc4865af9046d2b31e03fa37d3ae54e45b (patch) | |
tree | 5bc454daf9cae2d4996d8503a5a7f24bf7aa3bbe /client/src/index.html | |
parent | 41df592101dfc4760f8710b88836ef8908ca741c (diff) | |
download | PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.tar.gz PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.tar.zst PeerTube-93df58cc4865af9046d2b31e03fa37d3ae54e45b.zip |
Fix service worker registration
Diffstat (limited to 'client/src/index.html')
-rw-r--r-- | client/src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/index.html b/client/src/index.html index 8ff89f6a4..a824a39e2 100644 --- a/client/src/index.html +++ b/client/src/index.html | |||
@@ -7,6 +7,8 @@ | |||
7 | <meta name="viewport" content="width=device-width, initial-scale=1"> | 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
8 | <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" /> | 8 | <meta name="description" content="PeerTube, a decentralized video streaming platform using P2P (BitTorrent) directly in the web browser" /> |
9 | 9 | ||
10 | <meta name="theme-color" content="#fff" /> | ||
11 | |||
10 | <!-- Web Manifest file --> | 12 | <!-- Web Manifest file --> |
11 | <link rel="manifest" href="/manifest.json"> | 13 | <link rel="manifest" href="/manifest.json"> |
12 | 14 | ||