Sign in
chromium
/
chromium
/
src.git
/
20e8909e694cab857da21d8fe9d5f1da170eaae2
/
.
/
chrome
/
test
/
data
/
extensions
/
api_test
/
background_scripts
/
manifest.json
blob: ea6573eeb0c0f774914e7f491b302850bea5fd4b [
file
]
{
"name"
:
"Background Scripts Test"
,
"version"
:
"1"
,
"manifest_version"
:
2
,
"description"
:
"Test functionality of the background.scripts key"
,
"background"
:
{
"scripts"
:
[
"a.js"
,
"b.js"
]
}
}