diff --git a/index.html b/index.html index cae9228..5ea8118 100644 --- a/index.html +++ b/index.html @@ -9,11 +9,11 @@ - - + + - - + + @@ -22,7 +22,7 @@ - + diff --git a/manifest.json b/manifest.json index 4d2b80a..d74da30 100644 --- a/manifest.json +++ b/manifest.json @@ -42,6 +42,20 @@ "type": "image/png" } ], + "screenshots": [ + { + "src": "./screenshot-w.png", + "type": "image/png", + "sizes": "1280x720", + "form_factor": "wide" + }, + { + "src": "./screenshot-n.jpg", + "type": "image/jpg", + "sizes": "720x1280", + "form_factor": "narrow" + } + ], "launch_handler": { "client_mode": ["focus-existing", "auto"] } diff --git a/screenshot-n.png b/screenshot-n.png new file mode 100644 index 0000000..1e5bb94 Binary files /dev/null and b/screenshot-n.png differ diff --git a/screenshot-w.png b/screenshot-w.png new file mode 100644 index 0000000..5e54e24 Binary files /dev/null and b/screenshot-w.png differ