blob: dbc2b60ab0fcb5ba07beb7e4fd151d03249d4d0c [file] [log] [blame]
{
"content_scripts": [{
"js": [ "script1.js" ],
"matches": [ "http://*.google.com/*", "https://*.google.com/*" ]
}, {
"js": [ "script2.js" ],
"matches": [ "http://*.example.com/*" ]
}],
"description": "The first extension that I made.",
"manifest_version": 2,
"name": "My extension 1",
"version": "1.0.0.0"
}