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

{
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQC74Vbx3EbhPc/FOvn6+HxCjMSml0HdPMiuRjj5a3b+MnRML1iJ9OAgbKUYJ/u3s25/cGq8pNB0NbyupHGEqvqAE7TcNr1mdgs0PWxh2IOI1GKrxlzxpqzQuFmxq5WHKr5RrwZ4/Xq0t/+e8JkvhZdW0jarz/28Jom0gkM5lorsewIDAQAB",
  "name": "autofillPrivate API interface test",
  "version": "0.1",
  "manifest_version": 3,
  "description": "Test of chrome.autofillPrivate interface",
  "permissions": [
    "autofillPrivate"
  ]
}