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
7424e10ecabebfa45c48eaf5d47ea47eeee41930
parent
bec6764c9e94c9426d512930aa542de194d824d9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-09-23 10:16
update manifest

Diffstat

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

1 files changed, 2 insertions, 5 deletions


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

@@ -1,10 +1,10 @@
    1     1 {
    2     2   "manifest_version": 2,
    3    -1 
    4     3   "name": "Bookmark Stack",
   -1     4   "author": "Tobias Bengfort",
   -1     5   "homepage_url": "https://github.com/xi/xiMatrix",
    5     6   "description": "inspired by view later",
    6     7   "version": "1.1.0",
    7    -1 
    8     8   "browser_action": {
    9     9     "default_title": "Bookmark Stack",
   10    10     "default_popup": "stack.html",
@@ -14,13 +14,11 @@
   14    14       "128": "icons/icon-128.png"
   15    15     }
   16    16   },
   17    -1 
   18    17   "icons": {
   19    18     "16": "icons/icon-16.png",
   20    19     "48": "icons/icon-48.png",
   21    20     "128": "icons/icon-128.png"
   22    21   },
   23    -1 
   24    22   "background": {
   25    23     "scripts": [
   26    24       "shared.js",
@@ -28,7 +26,6 @@
   28    26     ],
   29    27     "persistent": true
   30    28   },
   31    -1 
   32    29   "permissions": [
   33    30     "bookmarks",
   34    31     "tabs",