Commit bb9007aa authored by Aron Carroll's avatar Aron Carroll Committed by Nick Stenning

Add a config.js file to the Chrome extension

This allows the Chrome extension to be configured with hypothesisConfig.
Also moved this file and the destroy.js file into an extension
subdirectory to avoid confusion with the main app files.
parent ca041ae5
function hypothesisConfig() {
return {
firstRun: location.pathname.indexOf('/welcome') === 0,
showHighlights: true
};
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment