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