{
  "name": "KeepNotes",
  "short_name": "KeepNotes",
  "description": "KeepNotes - Modern notes and collaboration application.",
  "start_url": "./index.php",
  "scope": "./",
  "display": "standalone",
  "background_color": "#e8dff5",
  "theme_color": "#7c3aed",
  "orientation": "any",
  "icons": [
    {
      "src": "assets/img/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Notes",
      "short_name": "Notes",
      "url": "./index.php",
      "description": "Open your notes dashboard"
    }
  ]
}