Skip to content

Commit d8b534d

Browse files
committed
Add screenshots
Signed-off-by: Ryan Brue <ryanbrue.dev@gmail.com>
1 parent 9c20a31 commit d8b534d

3 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading

vite.config.ts

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,22 @@ export default defineConfig({
4040
"sizes": "512x512",
4141
"type": "image/png"
4242
}
43+
],
44+
screenshots: [
45+
{
46+
src: "screenshots/screenshot-wide.png",
47+
sizes: "1280x720",
48+
type: "image/png",
49+
label: "Main Reminder Screen",
50+
form_factor: "wide" // required for desktop "richer install"
51+
},
52+
{
53+
src: "screenshots/screenshot-mobile.png",
54+
sizes: "752x1136",
55+
type: "image/png",
56+
label: "Mobile Reminder Screen"
57+
// form_factor omitted, default for mobile
58+
}
4359
]
4460
}
4561
}),

0 commit comments

Comments
 (0)