diff --git a/configs/branding/alpha/logo.png b/configs/branding/alpha/logo.png new file mode 100644 index 0000000..7b79575 Binary files /dev/null and b/configs/branding/alpha/logo.png differ diff --git a/configs/branding/beta/logo.png b/configs/branding/beta/logo.png new file mode 100644 index 0000000..3ffc129 Binary files /dev/null and b/configs/branding/beta/logo.png differ diff --git a/configs/branding/stable/logo.png b/configs/branding/stable/logo.png index 8632e22..e42ea9d 100644 Binary files a/configs/branding/stable/logo.png and b/configs/branding/stable/logo.png differ diff --git a/melon.json b/melon.json index 8f37aaa..1c6823f 100644 --- a/melon.json +++ b/melon.json @@ -30,6 +30,18 @@ "brandShorterName": "Pulse", "brandShortName": "Pulse Browser", "brandFullName": "Pulse Browser" + }, + "beta": { + "backgroundColor": "#2B2A33", + "brandShorterName": "Pulse", + "brandShortName": "Pulse Browser", + "brandFullName": "Pulse Browser Beta" + }, + "alpha": { + "backgroundColor": "#2B2A33", + "brandShorterName": "Pulse", + "brandShortName": "Pulse Browser", + "brandFullName": "Pulse Browser Alpha" } } }