Skip to content
This repository has been archived by the owner on Sep 4, 2020. It is now read-only.

Commit

Permalink
🔧 Add browser platform back for FCM branch
Browse files Browse the repository at this point in the history
  • Loading branch information
macdonst committed Jan 12, 2017
1 parent 000bc36 commit c25a47b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,15 @@

</platform>

<!-- browser -->
<platform name="browser">
<js-module src="www/browser/push.js" name="BrowserPush">
<clobbers target="PushNotification"/>
</js-module>
<asset src="src/browser/ServiceWorker.js" target="ServiceWorker.js"/>
<asset src="src/browser/manifest.json" target="manifest.json"/>
</platform>

<!-- ios -->
<platform name="ios">

Expand Down
2 changes: 1 addition & 1 deletion src/browser/manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "Push Demo",
"gcm_sender_id": "85075801930"
"gcm_sender_id": "996231231186"
}

0 comments on commit c25a47b

Please sign in to comment.