diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index b55193e1a..d9559c9ce 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -1,5 +1,5 @@ { - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/firefox/manifest.json b/platform/firefox/manifest.json index 1cc427445..0fbab4a4a 100644 --- a/platform/firefox/manifest.json +++ b/platform/firefox/manifest.json @@ -1,5 +1,5 @@ { - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/opera/manifest.json b/platform/opera/manifest.json index fc1254beb..f4baf82f8 100644 --- a/platform/opera/manifest.json +++ b/platform/opera/manifest.json @@ -1,5 +1,5 @@ { - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/thunderbird/manifest.json b/platform/thunderbird/manifest.json index 84fcef1c2..a224d8283 100644 --- a/platform/thunderbird/manifest.json +++ b/platform/thunderbird/manifest.json @@ -5,7 +5,7 @@ "strict_min_version": "65.0" } }, - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" }, diff --git a/platform/webext/manifest.json b/platform/webext/manifest.json index 91edd301a..50f675186 100644 --- a/platform/webext/manifest.json +++ b/platform/webext/manifest.json @@ -5,7 +5,7 @@ "strict_min_version": "55.0" } }, - "author": "All uBlock Origin contributors", + "author": "Raymond Hill & contributors", "background": { "page": "background.html" },