diff --git a/data/sitesEN.json b/data/sitesEN.json index 2c8d30d..3cbf605 100644 --- a/data/sitesEN.json +++ b/data/sitesEN.json @@ -1006,6 +1006,22 @@ "destination_platform": "mediawiki", "destination_icon": "hannabarberawiki.png" }, + { + "id": "en-heroes", + "origins_label": "Heroes Fandom Wiki", + "origins": [ + { + "origin": "Heroes Fandom Wiki", + "origin_base_url": "heroes.fandom.com", + "origin_content_path": "/wiki/" + } + ], + "destination": "Heroes Wiki", + "destination_base_url": "heroeswiki.ddns.net", + "destination_content_path": "/wiki/", + "destination_platform": "mediawiki", + "destination_icon": "heroeswiki.png" + }, { "id": "en-hololive", "origins_label": "Hololive Fandom Wiki", diff --git a/data/sitesFR.json b/data/sitesFR.json index f069478..ab1d155 100644 --- a/data/sitesFR.json +++ b/data/sitesFR.json @@ -15,6 +15,22 @@ "destination_platform": "mediawiki", "destination_icon": "dragonquest.png" }, + { + "id": "fr-heroes", + "origins_label": "Heroes Fandom Wiki", + "origins": [ + { + "origin": "Heroes Fandom Wiki", + "origin_base_url": "heroes.fandom.com/fr", + "origin_content_path": "/wiki/" + } + ], + "destination": "Heroes Wiki", + "destination_base_url": "fr.heroeswiki.ddns.net", + "destination_content_path": "/wiki/", + "destination_platform": "mediawiki", + "destination_icon": "heroeswiki.png" + }, { "id": "fr-pokemon", "origins_label": "Pokémon Fandom Wiki", @@ -31,4 +47,4 @@ "destination_platform": "mediawiki", "destination_icon": "pokepedia.png" } -] +] \ No newline at end of file diff --git a/favicons/en/heroeswiki.png b/favicons/en/heroeswiki.png new file mode 100644 index 0000000..c7b853a Binary files /dev/null and b/favicons/en/heroeswiki.png differ diff --git a/favicons/fr/heroeswiki.png b/favicons/fr/heroeswiki.png new file mode 100644 index 0000000..c7b853a Binary files /dev/null and b/favicons/fr/heroeswiki.png differ