traggo/server

Web app manifest false URL

Bubbu0129 opened this issue · 1 comments

Describe the bug
#94 added manifest.json, but start_url and scope are both set to /, the root of the site. If traggo is configured to run in a sub-directory, mobile devices won't install the shortcut properly.

Setting

"start_url": "./"
"scope": "."

will solve the bug.

I'll change both to ./