Merge pull request #1531 from hoppscotch/audit/pwa

Added source=pwa on PWA start URL
This commit is contained in:
Liyas Thomas
2021-03-11 08:52:45 +05:30
committed by GitHub

View File

@@ -144,7 +144,7 @@ export default {
name: options.name,
short_name: options.name,
description: options.shortDescription,
start_url: "/",
start_url: "/?source=pwa",
background_color: options.app.background,
},
},