Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Commit b550219

Browse files
authored
implement StorageApi for browser.storage.StorageArea (#396)
1 parent 225875b commit b550219

File tree

11 files changed

+759
-9
lines changed

11 files changed

+759
-9
lines changed

archaeologist/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"@mozilla/readability": "^0.4.1",
5151
"@popperjs/core": "^2.10.2",
5252
"armoury": "0.0.1",
53+
"base32-encode": "^2.0.0",
5354
"bootstrap": "^5.1.3",
5455
"css-loader": "^4.3.0",
5556
"elementary": "0.0.1",

archaeologist/public/manifest.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@
3131
"cookies",
3232
"history",
3333
"tabs",
34-
"webNavigation"
34+
"webNavigation",
35+
"storage",
36+
"unlimitedStorage"
3537
],
3638
"cross_origin_embedder_policy": {
3739
"value": "require-corp"

0 commit comments

Comments
 (0)