Skip to content

Commit 350735a

Browse files
committed
Refactor: Update comments in config.js for clarity
1 parent cc216c9 commit 350735a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ Service worker responsibilities (current):
1010
- Opens the welcome page on fresh install and runs migration checks.
1111
*/
1212
'use strict';
13+
// when you right click on extension icon in broser
1314
import './context-menu.js';
14-
import { StateStore } from './modules/service-worker-auxiliary-state-store.js'; // state-store module (non-profile state)
15-
// Dependencies: default-config.json
15+
// Save mechanism for UI popup state, ALL modules, floating panel settings, custom selectors.
16+
import { StateStore } from './modules/service-worker-auxiliary-state-store.js';
1617

1718
// Ensure the service worker is registered
1819
self.addEventListener('install', (event) => {

0 commit comments

Comments
 (0)