324a27577c
The injected notification bridge defined `permission` as a getter-only property. When the notification plugin / a polyfill assigned `Notification.permission`, it threw "Cannot set property permission of function TauriNotification ... which has only a getter" at page load. Add a no-op setter so it still reads 'granted' but assignment can't crash. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>