The extension stores preferences in browser localStorage.
cookieConsent
Stores general consent state.
Example:
all
customized
cookiePreferences
Stores detailed settings.
Example:
{
"analytics": true,
"marketing": false,
"necessary": true
}The extension stores preferences in browser localStorage.
Stores general consent state.
Example:
all
customized
Stores detailed settings.
Example:
{
"analytics": true,
"marketing": false,
"necessary": true
}