Commit Graph

6 Commits

Author SHA1 Message Date
ispedals
b4fe1f1fa6 Add polyfills for Gecko's WebExtension implementation
Gecko currently does not support chrome.storage.sync and
chrome.runtime.onInstalled. Use chrome.storage.local instead of
sync and ignore calls to onInstalled. The implication of not
having runtime.onInstalled is that the options page is not shown
on first-run.
2016-06-19 12:54:12 -04:00
f7fa1bc51c Moving lib 2016-04-16 20:17:39 -07:00
7c9d64e95f Options now work 2016-04-06 20:48:36 -07:00
37ffcbf3ee File reorg 2016-04-04 22:02:26 -07:00
6d1fc8a20e Don't use JQuery in content script 2016-03-29 22:32:40 -07:00
002e009168 Reorg and add stub options page 2016-03-28 20:09:30 -07:00