{
  "name": "My new BinktermPHP system",
  "short_name": "My new BinktermPHP system",
  "description": "Binkley Fido Terminal",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#0000ff",
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "192x192",
      "type": "image/svg+xml"
    },
    {
      "src": "/favicon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {  
        "name": "Compose new Netmail",
        "short_name": "New Netmail",
        "description":"Post a new Netmail Message",
        "url":"/compose/netmail"
    },
    {  
        "name": "Compose new Echomail",
        "short_name": "New Echomail",
        "description":"Post a new Echomail Message",
        "url":"/compose/echomail"
    },
    {  
        "name": "Nodelist",
        "short_name": "Nodelist",
        "description":"Browse the nodelist",
        "url":"/nodelist"
    }    
  ]
}
