Closed Bubbu0129 closed 1 year ago
Describe the bug
start_url
scope
/
Setting
"start_url": "./" "scope": "."
will solve the bug.
I'll change both to ./
./
Describe the bug
94 added manifest.json, but
start_url
andscope
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
will solve the bug.