chromium/chrome/test/data/extensions/api_test/service_worker/worker_based_background/events_to_stopped_extension/manifest.json

{
  // Extension ID: knldjmfmopnpolahpmmgbagdohdnhkik
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcBHwzDvyBQ6bDppkIs9MP4ksKqCMyXQ/A52JivHZKh4YO/9vJsT3oaYhSpDCE9RPocOEQvwsHsFReW2nUEc6OLLyoCFFxIb7KkLGsmfakkut/fFdNJYh0xOTbSN8YvLWcqph09XAY2Y/f0AL7vfO1cuCqtkMt8hFrBGWxDdf9CQIDAQAB",
  "name": "Service Worker-based background script",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Test sending an event to an extension that's stopped.",
  "permissions": ["tabs"],
  "background": {"service_worker": "service_worker_background.js"}
}