Source: uppity
Section: web
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
 debhelper-compat (= 14),
 dh-sequence-single-binary,
Standards-Version: 4.7.4
Homepage: https://github.com/arantius/uppity
Vcs-Browser: https://forgejo.debian.net/mozilla/uppity
Vcs-Git: https://forgejo.debian.net/mozilla/uppity

Package: webext-uppity
Section: web
Architecture: all
Multi-Arch: foreign
Enhances:
 firefox (>= 79),
 firefox-esr (>= 91),
Description: browser extension to navigate "up" in an URL
 Uppity is a browser extension that allows you to quickly "go up" on the web. It
 relies primarily on the fact that URLs are arranged in a way similar to a file
 system, with other well defined pieces. A URL can look something like this:
 .
   http://www.example.com/path/to/file.txt?query=value#anchor
 .
 If you were on a page with that URL, Uppity would descend to these URLs, one
 by one, in this order:
 .
   http://www.example.com/path/to/file.txt?query=value
   http://www.example.com/path/to/file.txt
   http://www.example.com/path/to/
   http://www.example.com/path/
   http://www.example.com/
   http://example.com/
 .
 Clicking the button on the toolbar will move from one page to the next in that
 list. The keyboard shortcut ALT-Up will also navigate this way.
