{
  "name": "Generate PWA  files",
  "short_name": "PWA creator",
  "description": "create and generate PWA apps easlly",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#fc806a",
  "theme_color": "#ed791a",
  "lang": "en",
  "dir": "ltr",
  "icons": [
    {
      "src": "icons/icon-small png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "icons/icon-big.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
