Plugin Deployment
Deployment of your plugin will be done through the Act! Developer portal.
Side Loading Your Plugin
Once you have your basic plugin project setup. You can test the plugin by side loading it into Act!. To do so, you must add the plugin-manifest.json
value into your localStorage for the Act! web application under the key act-development-plugin
. Make sure you are serving your plugin from the endpoint defined in your plugin-manifest.json
for the main
and actions
URLs. Then, when you reload Act! your plugin should be loaded.