diff --git a/extension/dashboard/manifest.webmanifest b/extension/dashboard/manifest.webmanifest index 8b3b78d..e1738e3 100644 --- a/extension/dashboard/manifest.webmanifest +++ b/extension/dashboard/manifest.webmanifest @@ -6,6 +6,22 @@ "display": "standalone", "background_color": "#0f1117", "theme_color": "#0f1117", + "screenshots": [ + { + "src": "screenshots/wide.png", + "sizes": "1024x515", + "type": "image/png", + "form_factor": "wide", + "label": "Holesail Browser Dashboard" + }, + { + "src": "screenshots/narrow.png", + "sizes": "390x844", + "type": "image/png", + "form_factor": "narrow", + "label": "Holesail Browser Dashboard" + } + ], "icons": [ { "src": "../icons/48.png", "sizes": "48x48", "type": "image/png" }, { "src": "../icons/128.png", "sizes": "128x128", "type": "image/png" }, diff --git a/extension/dashboard/screenshots/narrow.png b/extension/dashboard/screenshots/narrow.png new file mode 100644 index 0000000..99e7db4 Binary files /dev/null and b/extension/dashboard/screenshots/narrow.png differ diff --git a/extension/dashboard/screenshots/wide.png b/extension/dashboard/screenshots/wide.png new file mode 100644 index 0000000..f004374 Binary files /dev/null and b/extension/dashboard/screenshots/wide.png differ diff --git a/extension/manifest.json b/extension/manifest.json index 865d574..0c7d083 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -54,6 +54,7 @@ "wrong-domain.html", "dashboard/dashboard.html", "dashboard/manifest.webmanifest", + "dashboard/screenshots/*.png", "dashboard/dashboard.css", "dashboard/data/*.js", "dashboard/core/*.js",