What is the equivalent registry path for Pale Moon for the registration of extensions via the registry, which Firefox does read from:
HKEY_CURRENT_USER\Software\Mozilla\Firefox\Extensions
Thank you.
Extension registration via the registry
Moderators: FranklinDM, Lootyhoof
-
Moonchild
- Project founder

- Posts: 39699
- Joined: 2011-08-28, 17:27
- Location: Sweden
Re: Extension registration via the registry
This should be HKCU\Software\Moonchild productions\Pale Moon\Extensions
- although I'm not entirely sure if the XPIProvider uses the shortnames (I didn't write it
) so it may also be, if the above doesn't work:
HKCU\Software\Moonchild\Palemoon\Extensions
If you are using this programmatically for an extension, you should request appinfo in your init script:
HKCU\Software\{appInfo.vendor}\{appInfo.name}\Extensions
Reference for this property: https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIXULAppInfo
- although I'm not entirely sure if the XPIProvider uses the shortnames (I didn't write it
HKCU\Software\Moonchild\Palemoon\Extensions
If you are using this programmatically for an extension, you should request appinfo in your init script:
HKCU\Software\{appInfo.vendor}\{appInfo.name}\Extensions
Reference for this property: https://developer.mozilla.org/en-US/docs/XPCOM_Interface_Reference/nsIXULAppInfo
"Sales hates anything that can't be turned into a confident sentence." - anonymous warehouse worker
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite
"Why debate someone you fundamentally don't trust?" - Dario Amodei
"Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future." -- Native American proverb
"Linux makes everything difficult." -- Lyceus Anubite