Sure; the manifest for a given page is determined by the presence of a DOM element with details about the manifest's location.
Assuming you have full control over the HTML for /admin
and for all other pages, you can include <link rel="manifest" href="/path/to/admin-manifest.json">
in the HTML for /admin
, and <link rel="manifest" href="/path/to/user-manifest.json">
in the HTML for other pages.
Each of the manifests can include, e.g., a different start_url
value so that they take the user to a different initial page.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…