{
"name": "Faire Planning",
  "short_name": "Faire Planning",
  "start_url": "/app",
  "display": "standalone",
  "background_color": "#2d3250",
  "theme_color": "#2d3250",
  "icons": [
    {
      "src": "assets/logo-icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "assets/logo-icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "New Note",
      "short_name": "Notes",
      "description": "Jot down a quick note in the Scratchpad",
      "url": "/?action=notes"
    },

    {
      "name": "Reminders",
      "short_name": "Reminders",
      "description": "View your tasks and alerts",
      "url": "/?action=reminders"
    }
  ]
}