Add session timeout, refactor session manager, reduce code duplication, update icons & styling

This commit is contained in:
zaelgohary
2025-05-29 08:57:25 +03:00
parent c2c5be3409
commit 31975aa9d3
11 changed files with 765 additions and 819 deletions

View File

@@ -9,17 +9,23 @@
"activeTab"
],
"icons": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"background": {
"service_worker": "background.js",
"type": "module"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}