{
  "name":"SelfGuide",
  "short_name":"SG",
  "description": "SelfGuide is the tool for creating software instructions and user guides for your organization. Easily share them with colleagues and enable them to work well with applications.",
  "icons":[
    {
      "src": "/icons/favicon.ico",
      "sizes": "48x48",
      "type": "image/x-icon"
    },
    {
      "src":"/icons/android-chrome-192x192.png",
      "sizes":"192x192",
      "type":"image/png"
    },
    {
      "src":"/icons/android-chrome-512x512.png",
      "sizes":"512x512",
      "type":"image/png"
    }
  ],
  "id": "/",
  "start_url": "/",
  "theme_color": "#000000",
  "background_color":"#ffffff",
  "display":"standalone",
  "screenshots": [
    {
     "src": "screenshot/screenshot_desktop.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SelfGuide Login"
    },
    {
      "src": "screenshot/screenshot_mobile.png",
       "sizes": "915x1116",
       "type": "image/png",
       "form_factor": "narrow",
       "label": "SelfGuide Login"
     }
]
}