blob: 28664d640ace196c0386499139664f235c802a2e [file] [log] [blame]
{
"name": "my extension",
"manifest_version": 2,
"version": "1.0.0.0",
"content_scripts": [ {
"js": [ 42 ],
"matches": [ "file://*", "http://*.google.com/*", "https://*.google.com/*" ]
} ]
}