Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Nov 13, 2017
1 parent 0a6d5b9 commit 5cd455d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion platform/webext/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"minimum_chrome_version": "26.0",
"name": "uMatrix",
"options_ui": {
"page": "options_ui.html"
"page":"dashboard.html",
"open_in_tab": true
},
"permissions": [
"browsingData",
Expand Down
4 changes: 4 additions & 0 deletions tools/make-webext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ cp platform/webext/polyfill.js $DES/js/
cp platform/webext/vapi-cachestorage.js $DES/js/
cp platform/webext/manifest.json $DES/

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

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

Expand Down

0 comments on commit 5cd455d

Please sign in to comment.