Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill authored and xofe committed Dec 30, 2018
1 parent 78968a5 commit c0f4abf
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 60 deletions.
5 changes: 4 additions & 1 deletion platform/chromium/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"default_locale": "en",
"homepage_url": "https://github.com/gorhill/uMatrix/wiki",
"minimum_chrome_version": "45.0",
"options_page": "dashboard.html",
"options_ui": {
"page": "dashboard.html",
"open_in_tab": true
},
"permissions": [
"browsingData",
"cookies",
Expand Down
10 changes: 0 additions & 10 deletions platform/chromium/options_ui.html

This file was deleted.

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

This file was deleted.

4 changes: 0 additions & 4 deletions tools/make-firefox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@ cp platform/firefox/polyfill.js $DES/js/
cp platform/firefox/vapi-cachestorage.js $DES/js/
cp platform/firefox/manifest.json $DES/

# firefox-specific
rm $DES/options_ui.html
rm $DES/js/options_ui.js

echo "*** uMatrix.firefox: Generating meta..."
python tools/make-firefox-meta.py $DES/

Expand Down

0 comments on commit c0f4abf

Please sign in to comment.