chromium/chrome/test/data/extensions/api_test/preference/unsupported_in_ash/manifest.json

{
  "name" : "Lacros Extension Preferences API Test Extension",
  "version" : "0.1",
  "manifest_version": 2,
  "description" : "Test extension to verify the behaviour of new extension controlled prefs against Ash-Lacros version skew",
  "permissions": [ "accessibilityFeatures.read", "accessibilityFeatures.modify"],
  "background": {
    "scripts": ["test.js"],
    "persistent": true
  }
}