2 Commits b3a00cc32a ... fc7a8c4c84

Author SHA1 Message Date
  Pi fc7a8c4c84 fix manifest theme colors 1 month ago
  Pi 53d3ecf027 fix manifest urls 1 month ago

+ 3 - 3
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,8 +16,8 @@
       "icons": [{ "src": "/static/clip/96.png", "sizes": "96x96" }]
     }
   ],
-  "scope": "/clip/",
-  "theme_color": "#4f8f4f",
+  "scope": "/clip",
+  "theme_color": "#2fb344",
   "background_color": "black",
   "display": "standalone",
   "icons": [

+ 1 - 1
rest/static/goto/manifest.json

@@ -17,7 +17,7 @@
     }
   ],
   "scope": "/goto",
-  "theme_color": "#8f4f4f",
+  "theme_color": "#dc4e41",
   "background_color": "black",
   "display": "standalone",
   "icons": [

+ 1 - 1
rest/static/upload/manifest.json

@@ -17,7 +17,7 @@
     }
   ],
   "scope": "/upload",
-  "theme_color": "#afaf0f",
+  "theme_color": "#f59f00",
   "background_color": "black",
   "display": "standalone",
   "icons": [