1
0
Fork 0

Manifest format

This commit is contained in:
Gregory Eremin 2014-07-05 15:04:01 +07:00
parent 639cab1bff
commit 747c957c32
1 changed files with 9 additions and 3 deletions

View File

@ -12,9 +12,15 @@
"content_scripts": [
{
"all_frames": true,
"js": [ "background.js" ],
"css": [ "tooltip.css" ],
"matches": [ "\u003Call_urls>" ]
"js": [
"background.js"
],
"css": [
"tooltip.css"
],
"matches": [
"\u003Call_urls>"
]
}
]
}