{
  "short_name": "FlowElf",
  "name": "FlowElf- the calm and easy way to organize your life.",
  "icons": [
    {
      "src": "FlowElfApp192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "FlowElfApp512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "permissions":
  [
     "clipboardRead"
  ],
  "start_url": "default.html",
  "display": "fullscreen",
  "launch_handler": { "client_mode": "navigate-existing" },
  "categories": ["productivity"],
    "shortcuts": [
    {
      "name": "Notifications",
      "description": "Updates to shared scallops or new offers for collaboration.",
      "url": "#Notifications"
    }
  ]
}