{
    "manifest_version": 3,
    "name": "Nova OS",
    "short_name": "NovaOS",
    "description": "NovaOS is a powerful web operating system built for everything. From daily tasks to endless fun, it has got you covered.",
    "theme_color": "#fff",
    "background_color": "#fff",
    "display": "standalone",
    "protocol_handlers": [
    {
      "protocol": "web+nova",
      "url": "/?path=%s"
    }
  ],
    "display_override": ["fullscreen", "standalone", "minimal-ui", "browser"],
    "scope": "/",
    "start_url": "/",
    "icons": [
        {
            "src": "n.png",
            "sizes": "620x620",
            "type": "image/png"
        }
    ]
}