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

@@ -30,10 +30,13 @@ var config = {
},
// Default theme
theme: 'light',
// Valid extension states
states: [
'allGood',
'notLogging',
'notSignedIn'
'notSignedIn',
'blacklisted',
'whitelisted'
]
};