Skip to content

Commit

Permalink
various minor changes need for Opera version
Browse files Browse the repository at this point in the history
  • Loading branch information
gorhill committed Apr 18, 2015
1 parent f2586e5 commit 045fe4c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 10 deletions.
16 changes: 11 additions & 5 deletions platform/opera/manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"manifest_version": 2,

"name": "uBlock",
"version": "0.9.2.4",
"name": "uBlock Origin",
"version": "0.9.4.5",

"default_locale": "en",
"description": "__MSG_extShortDesc__",
Expand All @@ -16,11 +16,11 @@
"19": "img/browsericons/icon19-off.png",
"38": "img/browsericons/icon38-off.png"
},
"default_title": "uBlock",
"default_title": "uBlock Origin",
"default_popup": "popup.html"
},

"author": "The uBlock Development Team",
"author": "All uBlock Origin contributors",
"background": {
"page": "background.html"
},
Expand All @@ -47,16 +47,22 @@
"run_at": "document_idle"
}
],
"incognito": "split",
"minimum_chrome_version": "22.0",
"options_page": "dashboard.html",
"permissions": [
"contextMenus",
"storage",
"tabs",
"unlimitedStorage",
"webNavigation",
"webRequest",
"webRequestBlocking",
"http://*/*",
"https://*/*"
],
"short_name": "uBlock"
"short_name": "uBlock₀",
"web_accessible_resources": [
"document-blocked.html"
]
}
1 change: 0 additions & 1 deletion src/document-blocked.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
vertical-align: middle;
}
select {
direction: rtl;
}
</style>
</head>
Expand Down
8 changes: 4 additions & 4 deletions tools/make-opera.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#
# This script assumes a linux environment

echo "*** uBlock.opera: Creating web store package"
echo "*** uBlock.opera: Copying files"
echo "*** uBlock0.opera: Creating web store package"
echo "*** uBlock0.opera: Copying files"

DES=dist/build/uBlock.opera
DES=dist/build/uBlock0.opera
rm -r $DES
mkdir -p $DES

Expand All @@ -29,4 +29,4 @@ rm -r $DES/_locales/mr
rm -r $DES/_locales/sl
rm -r $DES/_locales/sr

echo "*** uBlock.opera: Package done."
echo "*** uBlock0.opera: Package done."

0 comments on commit 045fe4c

Please sign in to comment.