diff options
author | Chocobozzz <me@florianbigard.com> | 2018-02-08 17:31:05 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-02-08 17:31:05 +0100 |
commit | 7193ad1044d2dfad8f929f0951f9a3601c056f67 (patch) | |
tree | e40ab985552696caad2e09861842d043e436fe7d /client/src/manifest.json | |
parent | 151edeee3a1bff047bda4cdb60d98ad74f627488 (diff) | |
download | PeerTube-7193ad1044d2dfad8f929f0951f9a3601c056f67.tar.gz PeerTube-7193ad1044d2dfad8f929f0951f9a3601c056f67.tar.zst PeerTube-7193ad1044d2dfad8f929f0951f9a3601c056f67.zip |
Add 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 ac5eac647..a9e885739 100644 --- a/client/src/manifest.json +++ b/client/src/manifest.json | |||
@@ -42,5 +42,5 @@ | |||
42 | ], | 42 | ], |
43 | "name": "PeerTube", | 43 | "name": "PeerTube", |
44 | "short_name": "PeerTube", | 44 | "short_name": "PeerTube", |
45 | "start_url": "/videos/recently-added" | 45 | "start_url": "." |
46 | } | 46 | } |