{
  "name": "United Federal Credits Union",
  "short_name":"United Federal Credits Union",

  "icons": [
    {
      "src": "apple.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "apple.png",
      "type": "image/png",
      "sizes": "256x256"
    },
    {
      "src": "apple.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "permissions":[
    "gcm",
    "storage",
    "notifications"
  ],
  "author": {
    "name":"United Federal Credits Union",
    "wesbite":"https://unitedfcu.cc/"
  },
  "gcm_sender_id": "YOUR-GCM_ID",
  "gcm_user_visible_only": true,
  "start_url": "/",
  "display": "standalone",
  "background_color":"#FFF",
  "theme_color": "#FFF",
  "orientation": "portrait"
}