diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-22 14:15:23 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-22 14:15:23 +0100 |
commit | 78967fca4cacbc247fa6fb62d64b2d6825a10804 (patch) | |
tree | f063a82b0658005e3d5ce23648333805782155ed /client/src/manifest.json | |
parent | 93df58cc4865af9046d2b31e03fa37d3ae54e45b (diff) | |
download | PeerTube-78967fca4cacbc247fa6fb62d64b2d6825a10804.tar.gz PeerTube-78967fca4cacbc247fa6fb62d64b2d6825a10804.tar.zst PeerTube-78967fca4cacbc247fa6fb62d64b2d6825a10804.zip |
Register service worker
Diffstat (limited to 'client/src/manifest.json')
-rw-r--r-- | client/src/manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/manifest.json b/client/src/manifest.json index 707efb973..30914e35f 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json | |||
@@ -43,5 +43,5 @@ | |||
43 | ], | 43 | ], |
44 | "name": "PeerTube", | 44 | "name": "PeerTube", |
45 | "short_name": "PeerTube", | 45 | "short_name": "PeerTube", |
46 | "start_url": "." | 46 | "start_url": "/videos/trending" |
47 | } | 47 | } |