{ "name":"resqapp", "short_name":"resqapp", "description": "Your organization in the palm of your hand!", "icons":[ {"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"}, {"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"} ], "theme_color":"#ED6C40", "background_color":"#ED6C40", "display":"standalone", "start_url": "/", "shortcuts": [ { "name": "New Event", "url": "shortcuts/events/new" }, { "name": "My profile", "url": "/user" }, { "name": "Current FireStation", "url": "shortcuts/fire-stations/current" } ], "protocol_handlers": [ { "protocol": "resqapp", "url": "/fire_stations/%s/events/%s" } ] }