diff options
Diffstat (limited to 'manifest.json')
| -rw-r--r-- | manifest.json | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json index 5692fe75..de2ad173 100644 --- a/manifest.json +++ b/manifest.json @@ -44,6 +44,11 @@        "css": ["content_scripts/vimium.css"],        "run_at": "document_start",        "all_frames": true +    }, +    { +      "matches": ["file://*"], +      "css": ["content_scripts/file_urls.css"], +      "run_at": "document_start"      }    ],    "browser_action": {  | 
