blob: 73cbd982dcf925e05a6dffcb1b991f4d0095ab5a [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"
}