of something creative ! self.addEventListener('install', function(event) { console.log(‘Hi There !’); }); JS PS : I we don’t listen to the event, it will do nothing, simply pass it to the next one, then to the next one until the Pipe line got filled !
Notifications! { “name” : “Application Name”, “gcm-sender_id” : “Project ID” } JSON PS : Add the code above to the manifest.json file (will get there in seconds ;))