nikminer
nikminer
when modifying Expert Advisors, the plugin restricts the trigger province-scope  But in modding [documentation](https://eu4.paradoxwikis.com/Advisor_modding): _Any country-scope trigger will work._ 
Add the ability to open a tab or window to a new page when clicking on a notification, as in the documentation example https://developer.mozilla.org/en-US/docs/Web/API/Notification/click_event You can add the url property...
Add a check for permission of browser notifications without asking the user for permission, since the NotificationService.PermissionStatus parameter is always default; it is impossible to get the current status without...