Skip to content

Commit 63b6f9b

Browse files
authored
Update manifest.js
1 parent 1922897 commit 63b6f9b

File tree

1 file changed

+18
-6
lines changed

1 file changed

+18
-6
lines changed

manifest.js

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,25 @@ let manifest = {
3939
"accept": ["text/*", ".js", ".json", ".html", ".css", ".htm", ".svg", ".ts", ".mjs", ".py", ".scss"]
4040
}
4141
]
42+
}
43+
},
44+
"handle_links": "preferred",
45+
"launch_handler": {
46+
"route_to": "new-client"
47+
},
48+
"capture_links": "new-client",
49+
"screenshots": [
50+
{
51+
"src": window.location.origin + "/homepage/featured-pic.png",
52+
"type": "image/png",
53+
"sizes": "750x1590"
4254
},
43-
"handle_links": "preferred",
44-
"launch_handler": {
45-
"route_to": "new-client"
46-
},
47-
"capture_links": "new-client"
48-
}
55+
{
56+
"src": window.location.origin + "/homepage/secondary-pic.png",
57+
"type": "image/png",
58+
"sizes": "750x1590"
59+
}
60+
]
4961
};
5062

5163

0 commit comments

Comments
 (0)