Added comments for config states and added states for blacklist and whitelist.
This commit is contained in:
@@ -30,10 +30,13 @@ var config = {
|
||||
},
|
||||
// Default theme
|
||||
theme: 'light',
|
||||
// Valid extension states
|
||||
states: [
|
||||
'allGood',
|
||||
'notLogging',
|
||||
'notSignedIn'
|
||||
'notSignedIn',
|
||||
'blacklisted',
|
||||
'whitelisted'
|
||||
]
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user