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
93a10e588d879f94f7317859bc344bcc7f2248e9
parent
2abd8d64ea5e92803353f36defc8a81329e600b6
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-25 22:44
fix homepage url

Diffstat

M manifest.json 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -2,7 +2,7 @@
    2     2   "manifest_version": 2,
    3     3   "name": "Bookmark Stack",
    4     4   "author": "Tobias Bengfort",
    5    -1   "homepage_url": "https://github.com/xi/xiMatrix",
   -1     5   "homepage_url": "https://github.com/xi/bookmark-stack",
    6     6   "description": "inspired by view later",
    7     7   "version": "1.1.2",
    8     8   "browser_action": {