Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Add torrent view extension key for deterministic extension ID
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Nov 11, 2016
1 parent 548c863 commit 1c1e488
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion app/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,8 @@ let generateTorrentManifest = () => {
web_accessible_resources: [
'img/favicon.ico'
],
incognito: 'split'
incognito: 'split',
key: 'MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAyWl+wMvL0wZX3JUs7GeZAvxMP+LWEh2bwMV1HyuBra/lGZIq3Fmh0+AFnvFPXz1NpQkbLS3QWyqhdIn/lepGwuc2ma0glPzzmieqwctUurMGSGManApGO1MkcbSPhb+R1mx8tMam5+wbme4WoW37PI3oATgOs2NvHYuP60qol3U7b/zB3IWuqtwtqKe2Q1xY17btvPuz148ygWWIHneedt0jwfr6Zp+CSLARB9Heq/jqGXV4dPSVZ5ebBHLQ452iZkHxS6fm4Z+IxjKdYs3HNj/s8xbfEZ2ydnArGdJ0lpSK9jkDGYyUBugq5Qp3FH6zV89WqBvoV1dqUmL9gxbHsQIDAQAB'
}
}

Expand Down
2 changes: 1 addition & 1 deletion js/constants/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ module.exports = {
replacementUrl: adHost
},
braveExtensionId: 'mnojpmjdmbbfmejpflffifhffcmidifd',
torrentExtensionId: 'nghmbkojdaoomilmmckgececjbgedmnp',
torrentExtensionId: 'fmdpfempfmekjkcfdehndghogpnpjeno',
PDFJSExtensionId: 'jdbefljfgobbmcidnmpjamcbhnbphjnb',
PocketExtensionId: 'niloccemoadcdkdjlinkgdfekeahmflj',
widevineComponentId: 'oimompecagnajdejgnnjijobebaeigek',
Expand Down

0 comments on commit 1c1e488

Please sign in to comment.