diff options
Diffstat (limited to '2016_mirror_browser/chrome')
-rw-r--r-- | 2016_mirror_browser/chrome/manifest.json | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/2016_mirror_browser/chrome/manifest.json b/2016_mirror_browser/chrome/manifest.json index b296a4e..1de3075 100644 --- a/2016_mirror_browser/chrome/manifest.json +++ b/2016_mirror_browser/chrome/manifest.json @@ -15,9 +15,5 @@ "16": "icon-16.png", "32": "icon-32.png", "64": "icon-64.png" - }, - "content_scripts": [{ - "matches": ["<all_urls>"], - "css": ["mirror.css"] - }] + } } |