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

{
  "key": "MIGdMA0GCSqGSIb3DQEBAQUAA4GLADCBhwKBgQDOuXEIuoK1kAkBe0SKiJn/N9oNn3oUxGa4dwj40MnJqPn+w0aR2vuyocm0R4Drp67aYwtLjOVPF4CICRq6ICP6eU07gGwQxGdZ7HJASXV8hm0tab5I70oJmRLfFJyVAMCeWlFaOGq05v2i6EbifZM0qO5xALKNGQt+yjXi5INM5wIBIw==",
  "name": "Autotest Private Test Extension",
  "version": "0.1",
  "manifest_version": 2,
  "description": "Browser tests for chrome.autotest_private API",
  "background" : {
    "persistent": false,
    "scripts": ["test.js"]
  },
  "permissions": ["autotestPrivate", "system.display", "notifications"]
}