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