Skip to content

Commit

Permalink
declare notifications permimssions for brave#14862
Browse files Browse the repository at this point in the history
  • Loading branch information
Slava authored and ryanml committed Aug 13, 2018
1 parent 5e86a49 commit cd9070d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,8 @@ let generateEthwalletManifest = () => {
},
incognito: 'split',
key: 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAzrdMUtpj4PkN7uoeRC7pXsJyNC65iCWJObISzDQ/mCXerD3ATL54Y8TCkE1mS9O2tiZFY+og4g0GqLjT/M9GJ/Rjlj6cQqIaa9MnQ65H789V6rqPlTQyrd3udIylPJbr5aJ9RvuMcX8BKpT7SKcYvRSwZblKQ/OZ/a/5ylfM+QPyS5ZzooEq921I8eB4JF80aic/3cdU+Xmpyo/jdEe804/MemQ6kqlErXdNaFVU7fQ3lvCzWWcI+I3A1QbKSC2+G1HiToxllxU1gv+rAOsoHYwSkL2ZBTPkvnVBuV5vTS91GF3jGF9TMbw4m3TRNPJZkU32nfJy2JNaa1Ssnws+bQIDAQAB',
web_accessible_resources: ['index.html']
web_accessible_resources: ['index.html'],
permissions: [ 'notifications' ]
}
}

Expand Down

0 comments on commit cd9070d

Please sign in to comment.