File tree 1 file changed +5
-1
lines changed
packages/indiekit/lib/controllers
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const get = async (request, response) => {
9
9
$schema : "https://json.schemastore.org/web-manifest-combined.json" ,
10
10
lang : application . locale ,
11
11
name : application . name ,
12
+ scope : "/" ,
12
13
icons : [
13
14
{
14
15
src : "assets/app-icon-192-any.png" ,
@@ -29,9 +30,12 @@ export const get = async (request, response) => {
29
30
purpose : "maskable" ,
30
31
} ,
31
32
] ,
32
- shortcuts : getShortcuts ( application , response ) ,
33
+ display : "standalone" ,
34
+ start_url : "/?homescreen" ,
35
+ id : "/?homescreen" ,
33
36
theme_color : getThemeColor ( application . themeColor ) ,
34
37
background_color : getBackgroundColor ( application . themeColor ) ,
38
+ shortcuts : getShortcuts ( application , response ) ,
35
39
...( application . shareEndpoint && {
36
40
share_target : {
37
41
action : application . shareEndpoint ,
You can’t perform that action at this time.
0 commit comments