Created
August 22, 2016 16:34
-
-
Save thangman22/e6343cb8e41cd0813162918c6c70c3a3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="manifest" href="/manifest.json"> | |
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async></script> | |
<script> | |
var OneSignal = window.OneSignal || []; | |
OneSignal.push(["init", { | |
appId: "YOUR_APP_ID", | |
autoRegister: false, | |
notifyButton: { | |
enable: true /* Set to false to hide */ | |
} | |
}]); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment