Skip to content

Commit af9ad51

Browse files
Some additional stuff y'all can leverage
1 parent 95b022b commit af9ad51

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/app/manifest.ts

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,27 @@ export default function manifest(): MetadataRoute.Manifest {
1717
display: "standalone",
1818
background_color: "#070114",
1919
theme_color: "#070114",
20+
categories: [
21+
"education",
22+
"reference",
23+
"productivity",
24+
"technology"
25+
],
26+
"shortcuts": [
27+
{
28+
"name": "Upload",
29+
"short_name": "Upload",
30+
"description": "Upload a paper",
31+
"url": "/upload",
32+
"icons": [
33+
{
34+
"src": "/icons/icon-192x192.webp",
35+
"sizes": "192x192",
36+
"type": "image/webp"
37+
}
38+
]
39+
},
40+
],
2041
icons: [
2142
{ src: "/icons/icon-192x192.webp", sizes: "192x192", type: "image/webp", purpose: "maskable" },
2243
{ src: "/icons/icon-196x196.webp", sizes: "196x196", type: "image/webp" },

0 commit comments

Comments
 (0)