chromium/chrome/test/data/extensions/api_test/request_quota_background/manifest.json

{
  "name": "Test requestQuota in background page",
  "version": "1.0",
  "manifest_version": 2,
  "background": {
    "scripts": ["background.js"]
  }
}