aboutsummaryrefslogtreecommitdiffstats
path: root/options.js
AgeCommit message (Collapse)Author
2017-03-20options.js: Add missing semicolonsTeddy Wing
2017-03-18options.js: Remove unnecessary `console.log`Teddy Wing
2017-03-18Add options.jsTeddy Wing
Code to save and restore options. Modified from the options code example shown here: https://developer.chrome.com/extensions/optionsV2 Having trouble here as I'm getting an error on `chrome.storage` is undefined. Not sure what's going on with that. Committing what I have and will have to keep investigating the problem.