{
  "id": "/?source=pwa",

  "name": "SEP1 Barcode Scanner",
  "short_name": "SEP1 BC",
  "description": "SEP1 | Barcode Scanner",

  "start_url": "./",
  "scope": "./",

  "display": "standalone",
  "orientation": "portrait",

  "background_color": "#454D55",
  "theme_color": "#454D55",

  "icons": [
    {
      "src": "./man_icons/icons-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "./man_icons/icons-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Pokreni scanner",
      "short_name": "Scanner",
      "description": "SEP Barcode Scanner",
      "url": "./",
      "icons": [
        {
          "src": "./man_icons/icons-192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],

  "screenshots": [
    {
      "src": "./man_icons/sep_erp_500.png",
      "sizes": "500x165",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}