|
|
@@ -0,0 +1,65 @@
|
|
|
+{
|
|
|
+ "name": "Financial Information System",
|
|
|
+ "short_name": "FIS",
|
|
|
+ "theme_color": "#1976d2",
|
|
|
+ "background_color": "#fafafa",
|
|
|
+ "display": "fullscreen",
|
|
|
+ "scope": "./",
|
|
|
+ "start_url": "./#/dashboard",
|
|
|
+ "icons": [
|
|
|
+ {
|
|
|
+ "src": "assets/icons/icon-48x48.png",
|
|
|
+ "sizes": "48x48",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "assets/icons/icon-72x72.png",
|
|
|
+ "sizes": "72x72",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "assets/icons/icon-96x96.png",
|
|
|
+ "sizes": "96x96",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "assets/icons/icon-144x144.png",
|
|
|
+ "sizes": "144x144",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "assets/icons/icon-192x192.png",
|
|
|
+ "sizes": "192x192",
|
|
|
+ "type": "image/png",
|
|
|
+ "purpose": "maskable any"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "src": "assets/icons/icon-512x512.png",
|
|
|
+ "sizes": "512x512",
|
|
|
+ "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"
|
|
|
+ }]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "View Sales Tender",
|
|
|
+ "url": "/#/tender;type=sales",
|
|
|
+ "icons": [{
|
|
|
+ "src": "https://cdn.swopt.com/media/icons/quotation.png",
|
|
|
+ "sizes": "192x192"
|
|
|
+ }]
|
|
|
+ }
|
|
|
+ ]
|
|
|
+}
|