Is there a way to revert back to 1.0.4 after I have removed the service from the control panel? 1.0.6 is active now but doesnt work properly.
To lock to a specific version of a service, specify the full version number in the "version" property:
var RequiredServices =
[
{service: "Zipper", version:"1.0.4"}
];
BrowserPlus.require({ services: RequiredServices}, ...);