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:
Tommy D. Rossi
2026-03-10 21:28:17 +01:00
parent 3a045c17d4
commit 1ced689153
3 changed files with 7 additions and 14 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
{
"manifest_version": 3,
"name": "Playwriter",
"version": "0.0.74",
"version": "0.0.75",
"description": "Automate your Browser using Cursor, Claude, VS Code. More capable and context efficient than Playwright MCP.",
"permissions": [
"alarms",
"debugger",
"tabGroups",
"contextMenus",