{
  "short_name": "Notes",
  "name": "Notes",
  "description" : "An offline-capable notes app, using localStorage and ServiceWorker",
  "display": "standalone",
  "orientation": "portrait",
  "start_url": "index.html",
  "theme_color": "#ffffff",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "img/icon-60.png",
      "sizes": "48x48",
      "type": "image/png"
    },
    {
      "src": "img/icon-114.png",
      "sizes": "114x114",
      "type": "image/png"
    },
    {
      "src": "img/icon-152.png",
      "sizes": "152x152",
      "type": "image/png"
    },
    {
      "src": "img/icon-200.png",
      "sizes": "200x200",
      "type": "image/png"
    }
  ]
}
