{
  "name": "Nyttig-Info",
  "short_name": "Nyttig-Info",
  "description": "En app til hurtigt at tilgå vigtig information.",
  "lang": "da",
  "start_url": "./",
  "scope": ".",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#f7f7f8",
  "icons": [
    {
      "src": "icons/logo_only.png",
      "type": "image/png",
      "sizes": "144x144"
    },
    {
      "src": "icons/logo_only_copy.png",
      "type": "image/png",
      "sizes": "939x939",
      "purpose": "maskable"
    },
    {
      "src": "icons/logo_only_large.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Shortcut",
      "short_name": "Shortcut",
      "description": "Do something",
      "url": "./",
      "icons": [
        {
          "src": "icons/logo_only.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "dir": "auto",
  "orientation": "portrait",
  "prefer_related_applications": false,
  "categories": [
    "health"
  ],
  "edge_side_panel": {
    "preferred_width": 0
  }
}