|
Add helper script that handles the `de.rewe.app:` URL scheme and
copies the URL to the clipboard.
This makes the login flow more user friendly. As a side effect, it also
prevents the `de.rewe.app:` URL, which contains the authentication
token, from leaking to web search providers. The latter happens if the
URL ends up being opened by Firefox, which then proceeds to interpret
the URL as a web search term and sends it to e.g. Google or Kagi.
Registering the handler script for the `de.rewe.app:` scheme prevents
this leak and allows Chromium users to no longer have to carve out the
URL from the developer tools.
Also add a DLAGENT so makepkg can use apkeep to download the .xapk
automatically if it’s not already present.
|