chromium/chrome/test/data/extensions/platform_apps/service_worker/manifest.json

{
  "name": "Platform App ServiceWorker test",
  "description": "Platform App ServiceWorker test.",
  "version": "1",
  "manifest_version": 2,
  "app": {
    "background": {
      "scripts": ["background.js"]
    }
  }
}