{
  "name": "Safedia",
  "short_name": "Safedia",
  "description": "A browser-based diagramming tool for safety engineers to create diagrams such as LOPA (Layer of Protection Analysis) and BowTie in a user-friendly interface.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7fafc",
  "icons": [
  {
    "src": "/favicons/web-app-manifest-192x192.png",
    "sizes": "192x192",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/favicons/web-app-manifest-512x512.png",
    "sizes": "512x512",
    "type": "image/png",
    "purpose": "maskable any"
  },
  {
    "src": "/favicons/web-app-manifest-1024x1024.png",
    "sizes": "1024x1024",
    "type": "image/png",
    "purpose": "maskable any"
  }
  ],
  "file_handlers": [
    {
      "action": "/",
      "accept": {
        "application/x-sdia": [".sdia"]
      }
    }
  ]
}