Skip to content

Commit 045fe4c

Browse files
committed
various minor changes need for Opera version
1 parent f2586e5 commit 045fe4c

3 files changed

Lines changed: 15 additions & 10 deletions

File tree

platform/opera/manifest.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 2,
33

4-
"name": "uBlock",
5-
"version": "0.9.2.4",
4+
"name": "uBlock Origin",
5+
"version": "0.9.4.5",
66

77
"default_locale": "en",
88
"description": "__MSG_extShortDesc__",
@@ -16,11 +16,11 @@
1616
"19": "img/browsericons/icon19-off.png",
1717
"38": "img/browsericons/icon38-off.png"
1818
},
19-
"default_title": "uBlock",
19+
"default_title": "uBlock Origin",
2020
"default_popup": "popup.html"
2121
},
2222

23-
"author": "The uBlock Development Team",
23+
"author": "All uBlock Origin contributors",
2424
"background": {
2525
"page": "background.html"
2626
},
@@ -47,16 +47,22 @@
4747
"run_at": "document_idle"
4848
}
4949
],
50+
"incognito": "split",
5051
"minimum_chrome_version": "22.0",
5152
"options_page": "dashboard.html",
5253
"permissions": [
5354
"contextMenus",
5455
"storage",
5556
"tabs",
57+
"unlimitedStorage",
5658
"webNavigation",
5759
"webRequest",
60+
"webRequestBlocking",
5861
"http://*/*",
5962
"https://*/*"
6063
],
61-
"short_name": "uBlock"
64+
"short_name": "uBlock₀",
65+
"web_accessible_resources": [
66+
"document-blocked.html"
67+
]
6268
}

src/document-blocked.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@
4949
vertical-align: middle;
5050
}
5151
select {
52-
direction: rtl;
5352
}
5453
</style>
5554
</head>

tools/make-opera.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
#
33
# This script assumes a linux environment
44

5-
echo "*** uBlock.opera: Creating web store package"
6-
echo "*** uBlock.opera: Copying files"
5+
echo "*** uBlock0.opera: Creating web store package"
6+
echo "*** uBlock0.opera: Copying files"
77

8-
DES=dist/build/uBlock.opera
8+
DES=dist/build/uBlock0.opera
99
rm -r $DES
1010
mkdir -p $DES
1111

@@ -29,4 +29,4 @@ rm -r $DES/_locales/mr
2929
rm -r $DES/_locales/sl
3030
rm -r $DES/_locales/sr
3131

32-
echo "*** uBlock.opera: Package done."
32+
echo "*** uBlock0.opera: Package done."

0 commit comments

Comments
 (0)