{
  "_changelog": [
    "v4  Updated theme colors to match new branding",
    "v3  Added top bar theme color, manifest short_name fix, versioning",
    "v2  Initial PWA offline cache, icons, SW improvements",
    "v1  First working PWA setup"
  ],
  "id": "/",
  "name": "Level3Support",
  "short_name": "L3S",
  "description": "Centralized access to technical tools, dashboards, and support services for Level3Support.",
  "start_url": "/?v=9&source=pwa",
  "scope": "/",
  "display_override": [
    "standalone",
    "fullscreen",
    "minimal-ui",
    "window-controls-overlay"
  ],
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait-primary",
  "lang": "en",
  "dir": "ltr",
  "protocol_handlers": [
    {
      "protocol": "web+toolhub",
      "url": "/?action=%s"
    }
  ],
  "launch_handler": {
    "client_mode": "auto"
  },
  "categories": [
    "utilities",
    "productivity",
    "tools"
  ],
  "iarc_rating_id": "PWA-GENERIC-0001",
  "icons": [

    {
      "src": "/icons/windows/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/windows/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },

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

    {
      "src": "/icons/icon-72.png",
      "sizes": "72x72",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-96.png",
      "sizes": "96x96",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-144.png",
      "sizes": "144x144",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    },
    {
      "src": "/icons/icon-384.png",
      "sizes": "384x384",
      "type": "image/png"
    }
  ],

  "shortcuts": [
    {
      "name": "Tool HUB",
      "short_name": "Tool HUB",
      "description": "Go to main HUB",
      "url": "/index.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Support Request",
      "short_name": "Support Request",
      "description": "Access the CoE Support Request form",
      "url": "/support-request.html",
      "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/dashboard.png",
      "type": "image/png",
      "sizes": "1280x720",
      "label": "Dashboard View",
      "platform": "wide"
    },
    {
      "src": "/screenshots/tools.png",
      "type": "image/png",
      "sizes": "1280x720",
      "label": "Tools Overview",
      "platform": "wide"
    }
  ],
  "related_applications": [
    {
      "platform": "play",
      "url": "https://play.google.com/store/apps/details?id=com.coelatam.toolhub",
      "id": "com.coelatam.toolhub"
    }
  ],
  "prefer_related_applications": false
}
