|
|
@@ -28,17 +28,22 @@
|
|
|
"all_frames": true,
|
|
|
"match_about_blank": true
|
|
|
},
|
|
|
+ {
|
|
|
+ "matches": [
|
|
|
+ "<all_urls>"
|
|
|
+ ],
|
|
|
+ "js": [
|
|
|
+ "extension/ui/content/infobar.js"
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"matches": [
|
|
|
"<all_urls>"
|
|
|
],
|
|
|
"run_at": "document_start",
|
|
|
"js": [
|
|
|
- "extension/ui/content/infobar.js",
|
|
|
"extension/core/content/content-autosave.js"
|
|
|
- ],
|
|
|
- "all_frames": false,
|
|
|
- "match_about_blank": true
|
|
|
+ ]
|
|
|
}
|
|
|
],
|
|
|
"background": {
|