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