chromium/chrome/test/data/extensions/effective_host_permissions/all_hosts3.json

{
  "name": "effective host permisions test",
  "version": "1.0",
  "manifest_version": 2,
  "permissions": [
    "http://www.google.com/"
  ],
  "content_scripts": [
    {
      "matches": ["https://*/"],
      "js": ["foo.js"]
    }
  ]
}