diff --git a/index.html b/index.html index f713940..03f1424 100644 --- a/index.html +++ b/index.html @@ -8,6 +8,8 @@ + + diff --git a/manifest.json b/manifest.json index 036e6f5..315b390 100644 --- a/manifest.json +++ b/manifest.json @@ -8,8 +8,8 @@ "background_color": "#e22", "description": "The Community that empowers gamers!", "icons": [{ - "src": "res/logo.svg", - "sizes": "48x48", - "type": "image/svg+xml" + "src": "res/logowhite.png", + "sizes": "222x222", + "type": "image/png" }] } diff --git a/res/logowhite.png b/res/logowhite.png new file mode 100644 index 0000000..d8624f8 Binary files /dev/null and b/res/logowhite.png differ