{
    "name": "Admin tool Sektionsdata",
    "short_name": "AdminTool",
    "description": "Internal admin tool for sektionsdata.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#ff3e00",
    "icons": [
      {
        "src": "icons/icon_x192.png",
        "sizes": "192x192",
        "type": "image/png"
      },
      {
        "src": "icons/icon_x512.png",
        "sizes": "512x512",
        "type": "image/png"
      }
    ],
    "screenshots": [
        {
          "src": "screenshots/desktop-screenshot.png",
          "sizes": "2559x1439",
          "type": "image/png",
          "form_factor": "wide",
          "label": "Desktop view of the app"
        },
        {
          "src": "screenshots/mobile-screenshot.png",
          "sizes": "408x907",
          "type": "image/png",
          "form_factor": "narrow",
          "label": "Mobile view of the app"
        }
      ]
  }