{
  "name": "Project Monitoring Log",
  "short_name": "PML",
  "description": "Lightweight project monitoring log",
  "start_url": "/proj-monitoring/",
  "scope": "/proj-monitoring/",
  "display": "standalone",
  "theme_color": "#4361ee",
  "background_color": "#ffffff",
  "icons": [
    {
      "src": "data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📋</text></svg>",
      "sizes": "any",
      "type": "image/svg+xml"
    }
  ],
  "shortcuts": [
    {
      "name": "Add New Project",
      "short_name": "New Project",
      "description": "Create a new project",
      "url": "/proj-monitoring/?new=true"
    },
    {
      "name": "View Open Projects",
      "short_name": "Open",
      "description": "View all open projects",
      "url": "/proj-monitoring/?filter=open"
    }
  ]
}
