1
edit
Changes
→Project Details
== Project Details ==
'''Add-on SDK Code'''
* main.js - executed upon launch; connects UI, pagemods and utility functions together.
:* Populates UI
::* Arguments: None
::* Returns: status, possible values: "Enabled", "Disabled".
'''Content Scripts'''
* pagemod.js - a script that is attached to all loading webpages.
:* Sends CSS either as clear text or as a link to the add-on.
:* Receives a list of styles to be applied and XPath to apply styles to.
* panel.js - a script that modifies and sends status information to the add-on.
== Project News ==