{
  "name": "kosherfamily",
  "short_name": "KF",
  "description": "kosherfamily app",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "default_locale": "en-US",
  "author": "KF",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "theme_color": "#FFF",
  "background_color": "#fff",
  "icons": [
    {
      "src": "images/16x16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/32x32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/180x180.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "images/512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "app": {
    "urls": ["https://kosherfamily.com/"],
    "launch": {
      "web_url": "https://kosherfamily.com/"
    }
  }
}
