diff --git a/assets/banner.jpg b/assets/banner.jpg new file mode 100644 index 0000000..a190940 Binary files /dev/null and b/assets/banner.jpg differ diff --git a/assets/cf-banner.webp b/assets/cf-banner.webp deleted file mode 100644 index 17ba0c4..0000000 Binary files a/assets/cf-banner.webp and /dev/null differ diff --git a/assets/cf-icon.webp b/assets/cf-icon.webp deleted file mode 100644 index 02e20da..0000000 Binary files a/assets/cf-icon.webp and /dev/null differ diff --git a/assets/icon-256x256.png b/assets/icon-256x256.png new file mode 100644 index 0000000..7cf6d07 Binary files /dev/null and b/assets/icon-256x256.png differ diff --git a/resource-filter.php b/resource-filter.php index 4be3525..68a608c 100644 --- a/resource-filter.php +++ b/resource-filter.php @@ -607,6 +607,7 @@ class ContentFilterPlugin { new ContentFilterPlugin(); $gitHubUpdater = new GitHubUpdater(__FILE__); $gitHubUpdater->setChangelog('CHANGELOG.md'); -$gitHubUpdater->setPluginIcon('assets/cf-icon.webp'); -$gitHubUpdater->setPluginBannerLarge('assets/cf-banner.webp'); +$gitHubUpdater->setPluginIcon('assets/icon-256x256.png'); +$gitHubUpdater->setPluginBannerLarge('assets/banner.jpg'); +$gitHubUpdater->setPluginBannerSmall('assets/banner.jpg'); $gitHubUpdater->add();