Release 150704
Changing appId uses correct key & removed sw unregister
- When switching OneSignal appIds the push subscription now re-registers with the new push keys
- This prevents errors when sending pushes on the new appId when browsers automatically migrate over
- We now no longer call unregister when replacing another existing ServiceWorker.
- Both issues fixed in PR #521