diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-07-25 20:43:35 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-07-25 20:43:35 -0700 |
commit | 43e20245294bed250ba949be414a1dff3d8d45fb (patch) | |
tree | e0251d10412f8c5850928f0d4ae6712721c782a8 /ext/manifest.json | |
parent | 3ffcf184bb13b40f69cd070515c37fabd85c273f (diff) |
Cleanup
Diffstat (limited to 'ext/manifest.json')
-rw-r--r-- | ext/manifest.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ext/manifest.json b/ext/manifest.json index b82773d0..fad336f2 100644 --- a/ext/manifest.json +++ b/ext/manifest.json @@ -13,8 +13,7 @@ "matches": ["*://*/*", "file://*/*"], "js": [ "fg/js/source-range.js", - "fg/js/source-image.js", - "fg/js/source-input.js", + "fg/js/source-element.js", "fg/js/popup.js", "fg/js/api.js", "fg/js/client.js" |