{
  "lang": "en",
  "dir": "ltr",
  "name": "Best Of All Network",
  "short_name": "BOAN",
  "description": "Best Of All Network - Your Ultimate Hub for Entertainment, Updates, and Information. Discover a world of fun, stay informed with the latest updates, and explore a wealth of information all in one place. Join us at Best Of All Network, where everything you need is just a click away! Still in development.",
  
  "display": "standalone",
  "start_url": "/?source=pwa",
  "scope": "/",
  "orientation": "any",
  "theme_color": "#ffffff",
  "background_color": "#000000",
  "prefer_related_applications": false,

  "categories": ["entertainment", "news", "utilities"],

  "icons": [
    {
      "src": "logo.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "logo.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],

  "shortcuts": [
    {
      "name": "Main Hub",
      "short_name": "Main",
      "url": "/main",
      "icons": [{ "src": "logo.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Entertainment Hub",
      "short_name": "Fun",
      "url": "/entertainment",
      "icons": [{ "src": "logo.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Updates Log",
      "short_name": "Updates",
      "url": "/updateslog",
      "icons": [{ "src": "logo.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "About Best Of All Network",
      "short_name": "About",
      "url": "/about",
      "icons": [{ "src": "logo.png", "sizes": "96x96", "type": "image/png" }]
    },
    {
      "name": "Information",
      "short_name": "Info",
      "url": "/information",
      "icons": [{ "src": "logo.png", "sizes": "96x96", "type": "image/png" }]
    }
  ],

  "screenshots": [
    {
      "src": "/screenshots/desktop.png",
      "sizes": "1920x1080",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/screenshots/mobile.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ],

  "file_handlers": [
    {
      "action": "/import-file",
      "accept": {
        "text/plain": [".txt"]
      }
    }
  ],

  "protocol_handlers": [
    {
      "protocol": "web+boan",
      "url": "/open?uri=%s"
    }
  ],

  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "name",
      "text": "description",
      "files": [
        {
          "name": "file",
          "accept": ["image/*"]
        }
      ]
    }
  }
}
