aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/extension.js
Commit message (Collapse)AuthorAgeFilesLines
* extension - remove local extension files, we use extensionizerkumavis2017-03-311-17/+0
|
* Fix popup behavior for FirefoxDan Finlay2017-03-301-1/+4
| | | | Firefox does not support the `focused` parameter when opening a new window, and we don't actually require it for Chrome either, new popups are at the foreground by default already.
* Implement some cross-browser practices (#473)Dan Finlay2016-07-221-0/+14
* Add mozilla plugin key to manifest * Move all chrome references into platform-checking module Addresses #453 * Add chrome global back to linter blacklist * Add tests