digitalpoint
Well-known member
Mostly just installed. There are a few advanced options for debugging or altering your manifest file if you wanted.
You can use it to edit any value in your webmanifest file (including scope) if that’s what you are asking?
You can add whatever JSON you want by pasting whatever you want to merge in.
As far as what your additions/change do for your end users, no idea. I only give you the ability to make whatever changes you want.
You could since it had the ability to merge any value into your webmanifest file.Thank you for the add-on. It's indeed something very useful compared to what XF default offers.
Sorry if I missed this somewhere, but is there a way to set the current page you are viewing as the start page for PWA?
You could use start_url.Thank you for the add-on. It's indeed something very useful compared to what XF default offers.
Sorry if I missed this somewhere, but is there a way to set the current page you are viewing as the start page for PWA?
You could since it had the ability to merge any value into your webmanifest file.
Sorry if I misunderstand. I mean to do this automatically, so the user will be inside a certain thread, let’s say this thread, and then in iOS the user will add the app to the Home Screen.You could use start_url.
start_url - Web app manifests | MDN
The start_url member is a string that represents the start URL of the web application — the preferred URL that should be loaded when the user launches the web application (e.g., when the user taps on the web application's icon from a device's application menu or homescreen).developer.mozilla.org
Here is the full scope of manifest definitions. Not sure if DP wants to stick it in the FAQ or something as manifest related questions come up often:
Web app manifests | MDN
A web application manifest, defined in the Web Application Manifest specification, is a JSON text file that provides information about a web application.developer.mozilla.org
No, as far as this addon is concerned the start_url is a set value that doesn't vary (at least the base of it). TheI mean to something like this:
[OzzModz] PWA Current Start URL
Requirements: XF 2.2+ Sets the current page you are viewing as the start page for PWA Commissioned by @Moshe1010xenforo.com
_pwa=xxxx
part of the start_url is used by this addon to store an authentication token (it's the mechanism used so users can be automatically logged into the app when they install it). So in the case of start_url, it's going to get overridden by the addon IF the user is logged in and there's no _pwa= variable in the URL. So if you override the start_url, make sure you put a _pwa variable in the URL, otherwise start_url will be overridden if the user is logged in.We use essential cookies to make this site work, and optional cookies to enhance your experience.