{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "id": "/dashboard",
  "name": "Sitequest",
  "short_name": "Sitequest",
  "icons": [
    {
      "src": "/pwa-64x64.png",
      "sizes": "64x64",
      "type": "image/png"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    },
    {
      "src": "/maskable-icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "start_url": "/dashboard",
  "display": "standalone",
  "description": "Sitequest Server and Domain Hosting Panel",
  "scope_extensions": [
    { "type": "origin", "origin": "https://srv1.hosting.site.quest" },
    { "type": "origin", "origin": "https://srv2.hosting.site.quest" }
  ],
  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "2560x1440",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Sitequest Dashboard on Desktop"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sitequest Dashboard on Mobile"
    }
  ],
  "related_applications": [
      {
        "platform": "webapp",
        "url": "https://site.quest"
      }
  ] 
}
