diff --git a/platform/webext/install.rdf b/platform/webext/install.rdf index 5039da2c7..0d0e9b3bf 100644 --- a/platform/webext/install.rdf +++ b/platform/webext/install.rdf @@ -1,7 +1,7 @@ - uBlock0@raymondhill.net + uBlock0-webext@raymondhill.net {version} {name} {description} diff --git a/tools/make-webext-meta.py b/tools/make-webext-meta.py index 5e299206f..694f63006 100644 --- a/tools/make-webext-meta.py +++ b/tools/make-webext-meta.py @@ -43,6 +43,7 @@ for alpha2 in sorted(os.listdir(source_locale_dir)): descriptions[alpha2] = strings['extShortDesc']['message'] webext_manifest['author'] = chromium_manifest['author']; +webext_manifest['name'] = chromium_manifest['name'] + '/webext'; webext_manifest['homepage'] = 'https://github.com/gorhill/uBlock' webext_manifest['description'] = descriptions['en'] del descriptions['en']