Skip to content

Commit 0159af2

Browse files
committed
Structural changes, implemented settings. WIP.
Changing panel width works, sorting works, rest needs some additional work.
1 parent cf30b14 commit 0159af2

File tree

17 files changed

+7008
-616
lines changed

17 files changed

+7008
-616
lines changed
File renamed without changes.

manifest.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
}
1919
},
2020
"permissions": [
21-
"activeTab"
21+
"activeTab",
22+
"storage"
2223
],
2324
"content_scripts": [
2425
{
@@ -29,7 +30,7 @@
2930
"dist/index.js"
3031
],
3132
"css": [
32-
"css/style.css"
33+
"dist/style.css"
3334
]
3435
}
3536
]

0 commit comments

Comments
 (0)