feat: added source=pwa on PWA start URL
This commit is contained in:
@@ -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,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user