{
  "name": "ASAP Core",
  "short_name": "ASAP Core",
  "id": "/",
  "description": "ASAP Core objedinjuje Scan, Dispatch i Shift module u jedinstvenu platformu za dokumente, terenske timove, planiranje smena i svakodnevne poslovne operacije.",
  "theme_color": "#0f766e",
  "background_color": "#f8fafc",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "browser"],
  "scope": "/",
  "start_url": "/home",
  "orientation": "portrait",
  "lang": "sr",
  "dir": "ltr",
  "categories": ["business", "productivity", "utilities"],
  "icons": [
    {
      "src": "/assets/icons/web-app-manifest-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/web-app-manifest-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/web-app-manifest-114x114.png",
      "sizes": "114x114",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/web-app-manifest-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/assets/icons/web-app-manifest-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/assets/icons/web-app-manifest-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/assets/images/screenshots/pwa-preview-light.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "ASAP Core pregled glavnog dashboard iskustva"
    },
    {
      "src": "/assets/images/screenshots/pwa-preview-dark.jpg",
      "sizes": "1280x720",
      "type": "image/jpeg",
      "form_factor": "wide",
      "label": "ASAP Core pregled Scan i Dispatch modula"
    }
  ],
  "shortcuts": [
    {
      "name": "Početna",
      "short_name": "Home",
      "description": "Otvori početni dashboard ASAP Core aplikacije",
      "url": "/home",
      "icons": [
        {
          "src": "/assets/icons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Scan modul",
      "short_name": "Scan",
      "description": "Brz ulaz u Scan modul",
      "url": "/scan",
      "icons": [
        {
          "src": "/assets/icons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Dispatch modul",
      "short_name": "Dispatch",
      "description": "Brz ulaz u Dispatch modul",
      "url": "/dispatch",
      "icons": [
        {
          "src": "/assets/icons/web-app-manifest-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ]
}
