diff options
Diffstat (limited to 'src/webextension/ext-main.h')
-rw-r--r-- | src/webextension/ext-main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/webextension/ext-main.h b/src/webextension/ext-main.h index 0f5a744..1976585 100644 --- a/src/webextension/ext-main.h +++ b/src/webextension/ext-main.h @@ -20,8 +20,8 @@ #ifndef _EXT_MAIN_H #define _EXT_MAIN_H -#define VB_WEBEXTENSION_SERVICE_NAME "org.vimb.browser.WebExtension" -#define VB_WEBEXTENSION_OBJECT_PATH "/org/vimb/browser/WebExtension" -#define VB_WEBEXTENSION_INTERFACE "org.vimb.browser.WebExtension" +#define VB_WEBEXTENSION_SERVICE_NAME "org.neovimb.browser.WebExtension" +#define VB_WEBEXTENSION_OBJECT_PATH "/org/neovimb/browser/WebExtension" +#define VB_WEBEXTENSION_INTERFACE "org.neovimb.browser.WebExtension" #endif /* end of include guard: _EXT_MAIN_H */ |