chromium/chrome/test/data/extensions/api_test/content_scripts/other_extensions/message_echoer_allows/manifest.json

{
  "name": "content_script_message_echoer_allows (ID pmnfaklgffejbafjijfofbcianldmhci)",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp2mL/rBp2YqOLYcBkXOPdsONV3q13ra7IpnBu4c5v6bzbZ98FljOoBPhxOGHCEIC9xAaENLwQjV0dfVmbJhKJFmEj/HylOZW1t/YZfO7EMqFjOk2eJ6bH2tVHIJpH5jR1LJxpAsJJkkaG7H7eHBMl9FO96Scrs5js+t9WpuDRK8vBBU/6bl7nGhvvHHVn6EjasLXf3Dk/D/0pBmXcqkyF/PXl0qQjguwd32nSipqZJQiepnL47gie2ILLC/87aa7rntk+j1i59y5tFMb+OGtbh930phP68oARgRvBPrVKQ7npn22Bwn5Bt4nmeT41P2k0MGG3wklCEzlv9vfs+eDdQIDAQAB",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Is used in tests to verify that a content script can talk to an extension that has it listed in the external_connectible value.",
  "background": {
    "scripts": ["background.js"],
    "persistent": true
  },
  "externally_connectable": {"ids": ["iehnoephgajegjjclojodjindjofbkcb"]}
}