{
  "name": "Mustvedt Sentinel — Norsk sikkerhetsplattform",
  "short_name": "Sentinel",
  "description": "14 sikkerhetsverktøy for nordmenn — vit før du klikker, ikke etter.",
  "start_url": "/sentinel/",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#1e40af",
  "background_color": "#f8fafc",
  "lang": "nb-NO",
  "dir": "ltr",
  "categories": ["security", "utilities", "productivity"],
  "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-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "URLSCAN",
      "short_name": "URL",
      "description": "Sjekk en URL",
      "url": "/?tool=urlscan",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "PWNSCAN",
      "short_name": "Passord",
      "description": "Sjekk om passordet ditt er lekket",
      "url": "/?tool=pwnscan",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    },
    {
      "name": "MAILSCAN",
      "short_name": "E-post",
      "description": "Sjekk e-post mot lekkasjer",
      "url": "/?tool=mailscan",
      "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
    }
  ]
}
