aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/public
diff options
context:
space:
mode:
authorThijmen Heuvelink <[email protected]>2024-02-29 01:43:16 +0100
committerGitHub <[email protected]>2024-02-28 19:43:16 -0500
commit731e44cb9a3c6198acc7056210ffe01364e4b036 (patch)
tree4af44d7a1b5b149db4ca353d1b2100c6549119a9 /frontend/public
parent6ca3689f2e9693b580063d1fba9a20e547aecec4 (diff)
downloadbazarr-731e44cb9a3c6198acc7056210ffe01364e4b036.tar.gz
bazarr-731e44cb9a3c6198acc7056210ffe01364e4b036.zip
Added Progressive Web App support
Diffstat (limited to 'frontend/public')
-rw-r--r--frontend/public/manifest.json26
1 files changed, 26 insertions, 0 deletions
diff --git a/frontend/public/manifest.json b/frontend/public/manifest.json
new file mode 100644
index 000000000..010638054
--- /dev/null
+++ b/frontend/public/manifest.json
@@ -0,0 +1,26 @@
+{
+ "name": "Bazarr",
+ "short_name": "Bazarr",
+ "description": "Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements.",
+ "start_url": "/",
+ "display": "standalone",
+ "theme_color": "#be4bdb",
+ "background_color": "#ffffff",
+ "icons": [
+ {
+ "src": "/images/android-chrome-96x96.png",
+ "sizes": "96x96",
+ "type": "image/png"
+ },
+ {
+ "src": "/images/apple-touch-icon.png",
+ "sizes": "180x180",
+ "type": "image/png"
+ },
+ {
+ "src": "/images/mstile-150x150.png",
+ "sizes": "150x150",
+ "type": "image/png"
+ }
+ ]
+} \ No newline at end of file