Skip to content

Commit

Permalink
Better algorithm and first mockup for settings management
Browse files Browse the repository at this point in the history
  • Loading branch information
desjoerd committed Nov 17, 2022
1 parent ad90daa commit fc352b0
Show file tree
Hide file tree
Showing 30 changed files with 6,357 additions and 1,106 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"vitest.commandLine": "npm run test --",
"testing.automaticallyOpenPeekView": "never"
}
12 changes: 12 additions & 0 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://json.schemastore.org/chrome-manifest",
"name": "Tabgroupie",
"version": "1.0",
"manifest_version": 3,
"background": {
"service_worker": "src/worker/index.ts",
"type": "module"
},
"action": { "default_popup": "src/popup/index.html" },
"permissions": ["tabs", "tabGroups", "storage"]
}
Loading

0 comments on commit fc352b0

Please sign in to comment.