I've packaged an app that frequently sends notifications via the desktop notification API, I can't seem to opt out for the packaged app.
Package a web page that sends notifications via the Notifications API.
npm install nativefier -gnativefier --version): 7.5.4node --version): v6.11.2macOS High Sierra<Error message / Stack trace here>
@StyxOfDynamite thanks for the feedback. What do you mean by "I can't seem to opt out for the packaged app"?
So in browser, I can disable certain sites from posting notifications.

I have this disabled for most if not all sites, including the one I'm attempting to package up. Once the website is packaged/bundled I was never asked if the electron app should be allowed to show notifca tions, and I can't seem to disable them.
Ah, no, we don't have that feature for now, neither as flag nor in the interface. Contributions welcome 馃檪.
A workaround is to use the --inject option to inject a .js file with the line delete window.Notification
Most helpful comment
A workaround is to use the
--injectoption to inject a .js file with the linedelete window.Notification