Skip to content

Instantly share code, notes, and snippets.

@davrous
Created December 7, 2016 11:42
Show Gist options
  • Save davrous/f8d68564ac5b13fccd28f71fc4a26c0e to your computer and use it in GitHub Desktop.
Save davrous/f8d68564ac5b13fccd28f71fc4a26c0e to your computer and use it in GitHub Desktop.
// Manually install the braveExtension and torrentExtension
extensionInfo.setState(config.braveExtensionId, extensionStates.REGISTERED)
loadExtension(config.braveExtensionId, getExtensionsPath('brave'), generateBraveManifest(), 'component')
extensionInfo.setState('DareAngel', extensionStates.REGISTERED)
loadExtension('DareAngel', getExtensionsPath('DareAngel/'))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment