File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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__" ,
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 },
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}
Original file line number Diff line number Diff line change 4949 vertical-align : middle;
5050 }
5151select {
52- direction : rtl;
5352 }
5453</ style >
5554</ head >
Original file line number Diff line number Diff line change 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
99rm -r $DES
1010mkdir -p $DES
1111
@@ -29,4 +29,4 @@ rm -r $DES/_locales/mr
2929rm -r $DES /_locales/sl
3030rm -r $DES /_locales/sr
3131
32- echo " *** uBlock .opera: Package done."
32+ echo " *** uBlock0 .opera: Package done."
You can’t perform that action at this time.
0 commit comments