extension: remove chrome.alarms keepalive and alarms permission
The alarm added in 0.0.73 was a no-op — the maintainLoop while(true) + sleep(1000) and setInterval(checkMemory, 5000) already keep the service worker alive. Removing it drops the unnecessary alarms permission from the manifest. Bumps extension to 0.0.75.
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 0.0.75
|
||||
|
||||
### Changes
|
||||
|
||||
- **Remove `alarms` permission and keepalive**: Removed `chrome.alarms` keepalive added in 0.0.73. The `maintainLoop` while-loop and `setInterval(checkMemory)` already keep the service worker alive. The alarm was a no-op that required an unnecessary permission.
|
||||
|
||||
## 0.0.74
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
Reference in New Issue
Block a user