blob: 2c4a15627ad99abd693feed0714d6c711188d6db (
plain)
1
2
3
4
5
6
|
post_install() {
printf '%s\n' 'The following permissions must be enabled for using the extension:'
printf '%s\n' ' - Control browser proxy settings'
printf '%s\n' ' - Access your data for all websites'
printf '%s\n' 'This can be configured at about:addons->Extensions->Proton VPN->Permissions'
}
|