Browse Source

fix manifest urls

Pi 1 month ago
parent
commit
53d3ecf027
1 changed files with 2 additions and 2 deletions
  1. 2 2
      rest/static/clip/manifest.json

+ 2 - 2
rest/static/clip/manifest.json

@@ -3,7 +3,7 @@
   "name": "Paste & Clip",
   "short_name": "Clip",
   "description": "Save snippets of text to a virtual clipboard to share via a short URL",
-  "start_url": "/clip/",
+  "start_url": "/clip",
   "shortcuts": [
     {
       "name": "Open",
@@ -16,7 +16,7 @@
       "icons": [{ "src": "/static/clip/96.png", "sizes": "96x96" }]
     }
   ],
-  "scope": "/clip/",
+  "scope": "/clip",
   "theme_color": "#4f8f4f",
   "background_color": "black",
   "display": "standalone",