File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
scripts/Background/controllers Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " paliwallet" ,
3- "version" : " 3.2.0 " ,
3+ "version" : " 3.2.2 " ,
44 "description" : " A Non-Custodial Crypto Wallet" ,
55 "private" : true ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ const MV2_OPTIONS = {
7474const MV3_OPTIONS = {
7575 manifest_version : 3 ,
7676 name : 'Pali Wallet' ,
77- version : '3.2.1 ' ,
77+ version : '3.2.2 ' ,
7878 icons : {
7979 16 : 'assets/icons/favicon-16.png' ,
8080 32 : 'assets/icons/favicon-32.png' ,
Original file line number Diff line number Diff line change @@ -350,8 +350,6 @@ const MasterController = (
350350 width : 400 ,
351351 height : 620 ,
352352 type : 'popup' ,
353- top : 0 ,
354- left : window . width - 400 ,
355353 } ) ;
356354 } ;
357355
You can’t perform that action at this time.
0 commit comments