{
  "name": "IFCA Approval App",
  "short_name": "ApprovalApp",
  "description":"IFCA Approval App is and mobile friendly simple but powerfull application to help IFCA.Net ERP users simply do approval task or trace their requests.",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "display": "standalone",
  "scope": "./",
  "start_url": "./index.html",
  "id": "./index.html",
  "protocol_handlers": [],
  "icons": [
    {
      "src": "assets/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}