{
  "name": "Arjo eTRACE",
  "short_name": "eTRACE",
  "description": "Equipment Request Notification Information System",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "default_locale": "en-GB",
  "author": "Kevafhinn Ltd",
  "start_url": "Login.aspx",
  "display": "standalone",
  "orientation": "landscape",
  "theme_color": "#015174",
  "fore_color": "#9B0057",
  "background_color": "#F7F4F3",
  "icons": [
    {
      "src": "images/app-icon-tiny.png",
      "type": "image/png",
      "sizes": "32x32"
    },
    {
      "src": "images/app-icon-select.png",
      "type": "image/png",
      "sizes": "128x128"
    },
    {
      "src": "images/app-icon-chrome.png",
      "type": "image/png",
      "sizes": "192x192"
    },
    {
      "src": "images/app-icon-large.png",
      "type": "image/png",
      "sizes": "512x512"
    }
  ],
  "app": {
    "urls": [
      "http://eNotes/Login.aspx"
    ],
    "launch": {
      "web_url": "http://eNotes/"
    },
    "background": {
      "scripts": [ "chrome.js" ]
    },
    "permissions": [
      "unlimitedStorage",
      "notifications",
      "fullscreen"
    ]
  }
}