فهرست منبع

added app shortcuts

tigger 1 سال پیش
والد
کامیت
9a48d0dc3b
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      src/manifest.webmanifest

+ 10 - 0
src/manifest.webmanifest

@@ -43,5 +43,15 @@
       "type": "image/png",
       "purpose": "maskable any"
     }
+  ],
+  "shortcuts": [
+    {
+      "name": "Apply New Leave",
+      "url": "/#/leave;type=new",
+      "icons": [{
+        "src": "https://cdn.swopt.com/media/icons/leave.png",
+        "sizes": "192x192"
+      }]
+    }
   ]
 }