Merge pull request #1531 from hoppscotch/audit/pwa
Added source=pwa on PWA start URL
This commit is contained in:
@@ -144,7 +144,7 @@ export default {
|
|||||||
name: options.name,
|
name: options.name,
|
||||||
short_name: options.name,
|
short_name: options.name,
|
||||||
description: options.shortDescription,
|
description: options.shortDescription,
|
||||||
start_url: "/",
|
start_url: "/?source=pwa",
|
||||||
background_color: options.app.background,
|
background_color: options.app.background,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user