chromium/chrome/test/data/extensions/managed_extension2/manifest.json

{
  "name": "Policy for extensions tests v2",
  "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDuUZGKCDbff6IRaxa4Pue7PPkxwPaNhGT3JEqppEsNWFjM80imEdqMbf3lrWqEfaHgaNku7nlpwPO1mu3/4Hr+XdNa5MhfnOnuPee4hyTLwOs3Vzz81wpbdzUxZSi2OmqMyI5oTaBYICfNHLwcuc65N5dbt6WKGeKgTpp4v7j7zwIDAQAB",
  "version": "2.0",
  "manifest_version": 3,
  "description": "Tests that the 'managed' namespace of the Storage API works.",
  "storage": {
    "managed_schema": "managed_storage_schema.json"
  },
  "background": {
    "service_worker": "background.js"
  }
}