Add unpacked extension support
Adds an extension manager that loads unpacked extensions from the user data extensions directory, persists enabled state, and injects matching content scripts on page load. The settings Plugins page now shows installed extensions, supports reload/toggle actions, and includes an example Hello Nebula extension.
This commit is contained in:
@@ -14,6 +14,8 @@ const std::string& GetAppProfile();
|
||||
std::filesystem::path GetExecutableDirectory();
|
||||
std::filesystem::path GetUserDataDirectory();
|
||||
std::filesystem::path GetCacheDirectory();
|
||||
std::filesystem::path GetExtensionsDirectory();
|
||||
std::filesystem::path GetExtensionsStatePath();
|
||||
std::filesystem::path GetSessionStatePath();
|
||||
std::filesystem::path GetFirstRunStatePath();
|
||||
std::filesystem::path GetUiPagePath(const std::string& page_name);
|
||||
|
||||
Reference in New Issue
Block a user