{
  "name": "ProffIQ",
  "short_name": "ProffIQ",
  "description": "Tilbud, dokumenter og fakturaer for norske håndverkere",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "theme_color": "#1E3A5F",
  "background_color": "#FFFFFF",
  "orientation": "any",
  "categories": ["business", "productivity"],
  "lang": "no",
  "dir": "ltr",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Nytt tilbud",
      "short_name": "Nytt tilbud",
      "description": "Opprett et nytt tilbud",
      "url": "/new-quote",
      "icons": [
        {
          "src": "/icons/shortcut-plus.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Planlegger",
      "short_name": "Planlegger",
      "description": "Se ukesplan og jobbfordeling",
      "url": "/dashboard/schedule",
      "icons": [
        {
          "src": "/icons/shortcut-calendar.png",
          "sizes": "96x96",
          "type": "image/png"
        }
      ]
    }
  ]
}
