bookmark-stack

web extension to save pages in a stack for reading them later  https://addons.mozilla.org/firefox/addon/bookmark-stack/
git clone https://git.ce9e.org/bookmark-stack.git

commit
f74fca00f69edae7fae087e408d1a93ed2d1ebcd
parent
d3a596b51aa5cb148d9c750270301c86106ec947
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-25 22:24
add explicit extension ID for firefox

required for manifest v3

Diffstat

M manifest.json 7 ++++++-

1 files changed, 6 insertions, 1 deletions


diff --git a/manifest.json b/manifest.json

@@ -31,5 +31,10 @@
   31    31     "tabs",
   32    32     "contextMenus",
   33    33     "chrome://favicon/"
   34    -1   ]
   -1    34   ],
   -1    35   "browser_specific_settings": {
   -1    36     "gecko": {
   -1    37       "id": "{4184dc66-ea2a-490f-8f02-21731ee99742}"
   -1    38     }
   -1    39   }
   35    40 }