{
  "name": "Bookingsystem for Bedrifter",
  "short_name": "Bookingsystem",
  "description": "Profesjonelt bookingsystem for norske bedrifter",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#3b82f6",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"],
  "lang": "no",
  "dir": "ltr",
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Gå til ditt dashboard",
      "url": "/dashboard",
      "icons": []
    },
    {
      "name": "Ny booking",
      "short_name": "Booking",
      "description": "Opprett ny booking",
      "url": "/dashboard",
      "icons": []
    }
  ]
}
