{
  "name": "ShareBox",
  "short_name": "ShareBox",
  "description": "Frazil's secure portal for exchanging files with customers, vendors, partners, and regulators.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#ffffff",
  "theme_color": "#0059a9",
  "lang": "en",
  "icons": [
    {
      "src": "/static/img/sharebox-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/sharebox-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/sharebox-glyph.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Upload to Personal",
      "short_name": "Upload",
      "description": "Jump straight into your Personal scope to upload a file.",
      "url": "/#/personal",
      "icons": [
        { "src": "/static/img/sharebox-icon-192.png", "sizes": "192x192" }
      ]
    }
  ]
}
