{
  "name": "wa - url",
  "short_name": "waUrl",
  "description": "Aplikace co přesměrovává požadavky z webu wa.me.",
  "id":"web-rools-wa",
  "icons": [
    {
      "src": "ico.png",
      "sizes": "240x240",
      "type": "image/png"
    }
  ],
  "start_url": "/index.html",
  "display": "standalone",
  "theme_color": "#4ecc5c",
  "background_color": "#4ecc5c",
   "screenshots": [
    {
      "src": "/images/screenshot1.png",
      "type": "image/png",
      "sizes": "674x627",
      "form_factor": "narrow"
    },
    {
      "src": "/images/screenshot2.png",
      "type": "image/png",
      "sizes": "1477x734",
      "form_factor": "wide"
    }
  ],
  "protocol_handlers": [
  {
    "protocol": "web+whatsapp",
    "url": "index.html?type=%s"
  }
]    
    
}



























