mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-22 18:32:45 +01:00
this fixes #685
This commit is contained in:
parent
76b9b74806
commit
863aaa5401
@ -40,6 +40,10 @@
|
||||
],
|
||||
"minimum_chrome_version": "22.0",
|
||||
"options_page": "dashboard.html",
|
||||
"options_ui": {
|
||||
"chrome_style": true,
|
||||
"page": "options_ui.html"
|
||||
},
|
||||
"permissions": [
|
||||
"contextMenus",
|
||||
"storage",
|
||||
|
23
platform/chromium/options_ui.html
Normal file
23
platform/chromium/options_ui.html
Normal file
@ -0,0 +1,23 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<ul>
|
||||
<li><a href="dashboard.html?tab=settings" data-i18n="settingsPageName" target="_blank"></a>
|
||||
<li><a href="dashboard.html?tab=3p-filters" data-i18n="3pPageName" target="_blank"></a>
|
||||
<li><a href="dashboard.html?tab=1p-filters" data-i18n="1pPageName" target="_blank"></a>
|
||||
<li><a href="dashboard.html?tab=dyna-rules" data-i18n="rulesPageName" target="_blank"></a>
|
||||
<li><a href="dashboard.html?tab=whitelist" data-i18n="whitelistPageName" target="_blank"></a>
|
||||
<li><a href="dashboard.html?tab=about" data-i18n="aboutPageName" target="_blank"></a>
|
||||
</ul>
|
||||
|
||||
<script src="js/vapi-common.js"></script>
|
||||
<script src="js/udom.js"></script>
|
||||
<script src="js/i18n.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
@ -19,6 +19,7 @@ cp -R src/_locales $DES/
|
||||
cp -R $DES/_locales/nb $DES/_locales/no
|
||||
cp src/*.html $DES/
|
||||
cp platform/chromium/*.js $DES/js/
|
||||
cp platform/chromium/*.html $DES/
|
||||
cp platform/chromium/manifest.json $DES/
|
||||
cp LICENSE.txt $DES/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user