chromium/chrome/test/data/extensions/manifest_tests/exclude_matches_empty.json

{
  "name": "Empty Exclude Matches",
  "manifest_version": 2,
  "version": "1",
  "content_scripts": [
    {
      "matches": ["http://*.google.com/*"],
      "exclude_matches": [],
      "js": ["javascript.js"]
    }
  ]
}