chromium/chrome/test/data/extensions/api_test/service_worker/update_incognito_mode/v1/script.js

// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

chrome.runtime.onInstalled.addListener(async (details) => {
  // nothing
});

chrome.test.notifyPass();