Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Sep 19, 2018
1 parent 914156f commit 6dd6dc5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 64 deletions.
4 changes: 2 additions & 2 deletions platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@
"optional_permissions": [
"file:///*"
],
"options_page": "dashboard.html",
"options_ui": {
"page": "options_ui.html"
"page": "dashboard.html",
"open_in_tab": true
},
"permissions": [
"contextMenus",
Expand Down
13 changes: 0 additions & 13 deletions platform/chromium/options_ui.html

This file was deleted.

47 changes: 0 additions & 47 deletions platform/chromium/options_ui.js

This file was deleted.

2 changes: 0 additions & 2 deletions tools/make-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ rm $DES/js/vapi-usercss.pseudo.js

# Firefox/webext-specific
rm $DES/img/icon_128.png
rm $DES/options_ui.html
rm $DES/js/options_ui.js

echo "*** uBlock0.firefox: Generating web accessible resources..."
cp -R src/web_accessible_resources $DES/
Expand Down

0 comments on commit 6dd6dc5

Please sign in to comment.