Added comments for config states and added states for blacklist and whitelist.

This commit is contained in:
Mario Basic
2015-06-13 22:12:20 +02:00
parent b8ca450969
commit a43037fe78
4 changed files with 10 additions and 4 deletions

View File

@@ -104,7 +104,8 @@ var config = {
},
// Default theme
theme: 'light',
states: ['allGood', 'notLogging', 'notSignedIn']
// Valid extension states
states: ['allGood', 'notLogging', 'notSignedIn', 'blacklisted', 'whitelisted']
};
exports['default'] = config;