瀏覽代碼

update manifest

Daniel Sheffield 8 月之前
父節點
當前提交
0c21db49bb
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      app/rest/static/manifest.json

+ 3 - 3
app/rest/static/manifest.json

@@ -3,18 +3,18 @@
   "name": "Grocery Manager",
   "short_name": "Grocery",
   "description": "View trending price data and tracked product info",
-  "start_url": "/grocery/trend",
+  "start_url": "/grocery/volume.sql",
   "theme_color": "firebrick",
   "background_color": "black",
   "display": "standalone",
   "icons": [
     {
-      "src": "/grocery/static/favicon.svg",
+      "src": "/grocery/favicon.svg",
       "sizes": "any",
       "purpose": "any"
     },
     {
-      "src": "/grocery/static/favicon_square.svg",
+      "src": "/grocery/favicon_square.svg",
       "sizes": "any",
       "purpose": "any"
     }