{

  "version": "1",
  "manifest_version": 2,
  "lang": "en",
  "name": "MyTaxe Taxi Quote",
  "short_name": "MyTaxe",
  "default_locale": "en",
  "description": "MyTaxe help you to quote & book UK cabs online.",
  "start_url": "/?utm_source=from_launch_icon",
  "display": "standalone",
  "theme_color": "#7323dc",
  "background_color": "#e8e8e8",
  "permissions": ["gcm"],
  "gcm_sender_id": "423851791059",
  "gcm_user_visible_only": true,

"icons": [
    {
      "src": "https://www.mytaxe.uk/cdn/assets/images/2016-05-02.png",
      "sizes": "144x144",
      "type": "image/png"
    }
  ]


}