{
    "manifest_version": 3,
    "name": "Alt OS",
    "short_name": "AltOS",
    "description": "AltOS 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": "https://adthoughtsglobal.github.io/AltOS/",
    "start_url": "https://adthoughtsglobal.github.io/AltOS/",
    "icons": [
        {
            "src": "n.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/app%20search%20wide.png",
            "form_factor": "wide",
            "sizes": "1047x655",
            "type": "image/png"
        },
        {
            "src": "https://github.com/adthoughtsglobal/nova-dev/blob/main/file%20select%20wide.png",
            "form_factor": "wide",
            "sizes": "1049x652",
            "type": "image/png"
        },
        {
            "src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/app%20search%20wide.png",
            "form_factor": "wide",
            "sizes": "1047x655",
            "type": "image/png"
        },
        {
            "src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/menu%20narrow.png",
            "form_factor": "narrow",
            "sizes": "427x659",
            "type": "image/png"
        },
        {
            "src": "https://raw.githubusercontent.com/adthoughtsglobal/nova-dev/main/multitasking%20wide.png",
            "form_factor": "wide",
            "sizes": "1046x653",
            "type": "image/png"
        },
        {
            "src": "https://github.com/adthoughtsglobal/nova-dev/blob/main/file%20select%20narrow.png?raw=true",
            "form_factor": "narrow",
            "sizes": "445x660",
            "type": "image/png"
        }
    ]
}